DisplayParametersMinimumPixelSize Property |
Gets or sets the minimum pixel size the object must be in order
to be drawn.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsParameter<int> MinimumPixelSize { get; set; }
Public Property MinimumPixelSize As GraphicsParameter(Of Integer)
Get
Set
public:
property GraphicsParameter<int>^ MinimumPixelSize {
GraphicsParameter<int>^ get ();
void set (GraphicsParameter<int>^ value);
}
member MinimumPixelSize : GraphicsParameter<int> with get, set
Property Value
Type:
GraphicsParameterInt32See Also