Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / OrdinateDim Class / IsVertical Property

In This Topic
    IsVertical Property (OrdinateDim)
    In This Topic
    Indicates if the ordinate dimension is vertical (when true) or horizontal (when false).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsVertical As Boolean
    public bool IsVertical {get;}
    See Also