PixelSizeDisplayConditionMaximumPixelSize Property |
Gets or sets the maximum pixel size of the inclusive distance interval.
Use Int32.MaxValue to ignore checking the maximum distance.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int MaximumPixelSize { get; set; }
Public Property MaximumPixelSize As Integer
Get
Set
public:
property int MaximumPixelSize {
int get ();
void set (int value);
}
member MaximumPixelSize : int with get, set
Property Value
Type:
Int32Exceptions See Also