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

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