Skip to main content
A newer version of this page is available. .

DigitalEffectLayer.BottomRight Property

Gets or sets the position of the layer’s right-bottom corner.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
public PointF2D BottomRight { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.PointF2D

The position of the layer’s right-bottom corner, in relative coordinates.

Remarks

See Coordinate System, to learn about relative coordinates.

See Also