Eyeshot 11 WPF API Reference
WPF 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 Brush
    public Brush BottomColor {get; set;}
    Remarks
    When using CubicGradient style, you need to call the Viewport.CompileUserInterfaceElements() to see the effect of this command.
    See Also