Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / backgroundStyleType Enumeration

In This Topic
    backgroundStyleType Enumeration
    In This Topic
    Viewport background style type.
    Syntax
    'Declaration
     
    Public Enum backgroundStyleType 
       Inherits System.Enum
    public enum backgroundStyleType : System.Enum 
    Members
    MemberDescription
    CubicGradientA cubic color gradient defined by BackgroundSettings.TopColor, BackgroundSettings.IntermediateColor and BackgroundSettings.BottomColor
    Image An image
    LinearGradientA linear color gradient defined by BackgroundSettings.TopColor and BackgroundSettings.BottomColor
    None A solid color defined by Parent background color. In WPF it shows the underlying controls.
    SolidA solid color defined by BackgroundSettings.TopColor
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.backgroundStyleType

    See Also