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

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