Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / AppearanceProps Enumeration


In This Topic
    AppearanceProps Enumeration
    In This Topic
    Internal use only. Specifies the appearance properties.
    Syntax
    'Declaration
     
    
    Public Enum AppearanceProps 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AppearanceProps
    public enum AppearanceProps : System.Enum 
    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