Skip to main content

DigitalBackgroundLayer.TopLeft Property

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

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public PointF2D TopLeft { get; set; }

Property Value

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