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

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