Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / AppearanceProps Enumeration


AppearanceProps Enumeration
Internal use only. Specifies the appearance properties.
Syntax
'Declaration
 
Public Enum AppearanceProps 
   Inherits System.Enum
 
'Usage
 
Dim instance As AppearanceProps
Members
MemberDescription
BackColorBackground color.
FontText font.
ForeColorText color.
HorizontalAlignmentHorizontal alignment.
ParentParent object.
VerticalAlignmentVertical alignment.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.AppearanceProps

See Also