Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / TextOnly Class / Vertical Property

In This Topic
    Vertical Property
    In This Topic
    If true, the text will be drawn vertically.
    Syntax
    'Declaration
     
    Public Property Vertical As Boolean
    public bool Vertical {get; set;}
    Remarks
    You need to call LabelList.Regen to apply the changes.
    See Also