Eyeshot 10 WinForms API Reference
StyleMode Property (BackgroundSettings)

WinForms Assembly > devDept.Graphics Namespace > BackgroundSettings Class : StyleMode Property
Gets or sets the viewport background style.
Syntax
'Declaration
 
Public Property StyleMode As backgroundStyleType
public backgroundStyleType StyleMode {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