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

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