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

In This Topic
    Font Property
    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