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

DiagramItem.X Property

Returns the horizontal coordinate of the item’s upper left corner.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public float X { get; set; }

Property Value

Type Description
Single

A Single value, specifying the horizontal coordinate of the item’s upper left corner.

See Also