Skip to main content

Label.Size Property

Gets or sets the label’s size.

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 label’s size, in relative coordinates.

Remarks

The position of the label’s center is specified by the Label.Position property.

See Coordinate System, to learn about relative coordinates.

See Also