Back to Devexpress

DigitalEffectLayer.BottomRight Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-digitaleffectlayer-78aefd6b.md

latest1.5 KB
Original Source

DigitalEffectLayer.BottomRight Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDescription
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

TopLeft

Coordinate System

DigitalEffectLayer Class

DigitalEffectLayer Members

DevExpress.XtraGauges.Core.Model Namespace