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

StateIndicator.Size Property

Gets or sets the size of the state indicator.

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 state indicator, in relative coordinates.

Remarks

The position of the center of the state indicator is specified by the StateIndicator.Center property.

See Coordinate System, to learn about relative coordinates.

See Also