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

DiagramItem.Y Property

Returns the vertical 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 Y { get; set; }

Property Value

Type Description
Single

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

See Also