Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / BackStyle Enumeration


In This Topic
    BackStyle Enumeration
    In This Topic
    Specifies the background style
    Syntax
    'Declaration
     
    
    Public Enum BackStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BackStyle
    public enum BackStyle : System.Enum 
    Members
    MemberDescription
    DefaultDisplays the default background style.
    GradientDisplays the gradient background style.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.BackStyle

    See Also