Back to Devexpress

DigitalBackgroundLayer.TopLeft Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-digitalbackgroundlayer.md

latest1.5 KB
Original Source

DigitalBackgroundLayer.TopLeft Property

Gets or sets the position of the layer’s left-top corner.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Base.PointF2D

The position of the layer’s left-top corner, in relative coordinates.

|

Remarks

See Coordinate System, to learn about relative coordinates.

See Also

BottomRight

Coordinate System

DigitalBackgroundLayer Class

DigitalBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace