Skip to main content
A newer version of this page is available. .

ArcScaleSpindleCap.Size Property

Gets or sets the size of the layer.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
public SizeF Size { get; set; }

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