Back to Devexpress

Label.Size Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-label-2f7745db.md

latest1.4 KB
Original Source

Label.Size Property

Gets or sets the label’s size.

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 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

Coordinate System

Label Class

Label Members

DevExpress.XtraGauges.Core.Model Namespace