Eyeshot 10 WinForms API Reference
BottomColor Property (BackgroundSettings)

WinForms Assembly > devDept.Graphics Namespace > BackgroundSettings Class : BottomColor Property
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

Reference

BackgroundSettings Class
BackgroundSettings Members