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