PixelSizeDisplayConditionMinimumPixelSize Property |
Gets or sets the minimum pixel size of the inclusive distance interval.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic int MinimumPixelSize { get; set; }Public Property MinimumPixelSize As Integer
Get
Set
public:
property int MinimumPixelSize {
int get ();
void set (int value);
}member MinimumPixelSize : int with get, set
Property Value
Type:
Int32
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | MinimumPixelSize must be greater than or equal to zero.
|
See Also