Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / FrontColor Property

In This Topic
    FrontColor Property
    In This Topic
    Gets or sets the color of the front face.
    Syntax
    'Declaration
     
    Public Property FrontColor As Brush
    public Brush FrontColor {get; set;}
    Remarks
    This value is used only if Lighting is true, else it depends on the devDept.Graphics.BackgroundSettings.ColorTheme.
    See Also