Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CoordinateSystemBase Class / LabelFont Property

In This Topic
    LabelFont Property (CoordinateSystemBase)
    In This Topic
    Gets or sets the label font.
    Syntax
    'Declaration
     
    Public Overridable Property LabelFont As Font
    public virtual Font LabelFont {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also