Skip to main content

ArcScaleSpindleCap.Size Property

Gets or sets the size of the layer.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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