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

In This Topic
    StyleMode Property (BackgroundSettings)
    In This Topic
    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