Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / BackgroundSettings Class / BottomColor Property

In This Topic
    BottomColor Property (BackgroundSettings)
    In This Topic
    Gets or sets the viewport background bottom color.
    Syntax
    'Declaration
     
    Public Property BottomColor As Color
    public Color BottomColor {get; set;}
    Remarks
    When using CubicGradient style, you need to call the Viewport.CompileUserInterfaceElements() to see the effect of this command.
    See Also