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

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