Back to Devexpress

BaseLeafPrimitive.Location Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-primitive-dot-baseleafprimitive-2731e5d0.md

latest1.4 KB
Original Source

BaseLeafPrimitive.Location Property

Gets or sets the object’s location.

Namespace : DevExpress.XtraGauges.Core.Primitive

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public PointF Location { get; set; }
vb
<Browsable(False)>
Public Property Location As PointF

Property Value

TypeDescription
PointF

A point that specifies the object’s location, in relative points.

|

Remarks

See Coordinate System to learn about relative points.

See Also

BaseLeafPrimitive Class

BaseLeafPrimitive Members

DevExpress.XtraGauges.Core.Primitive Namespace