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

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