MarkerGraphicsSizeUnit Property |
Gets or sets a parameter indicating the
MarkerBatchUnit of the marker over time.
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<MarkerBatchUnit> SizeUnit { get; set; }
Public Property SizeUnit As GraphicsParameter(Of MarkerBatchUnit)
Get
Set
public:
property GraphicsParameter<MarkerBatchUnit>^ SizeUnit {
GraphicsParameter<MarkerBatchUnit>^ get ();
void set (GraphicsParameter<MarkerBatchUnit>^ value);
}
member SizeUnit : GraphicsParameter<MarkerBatchUnit> with get, set
Property Value
Type:
GraphicsParameterMarkerBatchUnitSee Also