Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / Alignment Property

In This Topic
    Alignment Property (Label)
    In This Topic
    Gets or sets the label align mode.
    Syntax
    'Declaration
     
    Public Property Alignment As ContentAlignment
    public ContentAlignment Alignment {get; set;}
    Remarks
    You need to call LabelList.Regen to apply the changes.
    See Also