Skip to main content
All docs
V25.1
  • DiagramNode.Top Property

    Specifies the y-coordinate of the node’s top border.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public decimal Top { get; set; }

    Property Value

    Type Description
    Decimal

    The y-coordinate.

    Remarks

    The Units option specifies the measurement unit.

    Note

    Shape coordinates specified by the Left and Top properties are ignored when the SettingsAutoLayout.Type property is set to Layered or Tree.

    See Also