Back to Devexpress

ArcScaleSpindleCap.Size Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscalespindlecap-a8e834db.md

latest1.6 KB
Original Source

ArcScaleSpindleCap.Size Property

Gets or sets the size of the layer.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public SizeF Size { get; set; }
vb
Public Property Size As SizeF

Property Value

TypeDescription
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

Coordinate System

ArcScaleSpindleCap Class

ArcScaleSpindleCap Members

DevExpress.XtraGauges.Core.Model Namespace