Back to Devexpress

Label.Position Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-label-46cf6f98.md

latest1.4 KB
Original Source

Label.Position Property

Gets or sets the position of the label’s center within the parent gauge.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public PointF2D Position { get; set; }
vb
Public Property Position As PointF2D

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Base.PointF2D

A PointF2D structure that represents the position of the label’s center within the parent gauge, in relative coordinates.

|

Remarks

See Coordinate System, to learn about relative coordinates.

See Also

Coordinate System

Label Class

Label Members

DevExpress.XtraGauges.Core.Model Namespace