Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / CoordinateSystemBase Class / FontStyle Property

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