ArcScaleSpindleCap.Size Property
Gets or sets the size of the layer.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
SizeF | A SizeF structure that represents the size of the spindle cap, in relative coordinates. |
Remarks
See Coordinate System, to learn about relative coordinates.
A spindle cap is always displayed at the center of the scale that is identified by the ArcScaleSpindleCap.ArcScale property.
See Also