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

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