Input for WinForms | ComponentOne
C1.Win.Input Namespace / LabelPosition Enumeration

In This Topic
    LabelPosition Enumeration
    In This Topic
    Specifies where to display the text or image position to represent the states of the control.
    Syntax
    'Declaration
     
    
    Public Enum LabelPosition 
       Inherits System.Enum
    public enum LabelPosition : System.Enum 
    Members
    MemberDescription
    InsideInside the switch.
    LeftTo the left of the switch.
    RightTo the right of the switch.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.LabelPosition

    See Also