Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / RightColor Property

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