FarPoint.Win
BackStyle Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : BackStyle Enumeration


Specifies the background style

Syntax

Visual Basic (Declaration) 
Public Enum BackStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BackStyle
C# 
public enum BackStyle : Enum 

Members

MemberDescription
Default Displays the default background style.
Gradient Displays the gradient background style.

Inheritance Hierarchy

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

See Also