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


In This Topic
    RadioOrientation Enumeration
    In This Topic
    Specifies the orientation of the option buttons in the control.
    Syntax
    'Declaration
     
    
    Public Enum RadioOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RadioOrientation
    public enum RadioOrientation : System.Enum 
    Members
    MemberDescription
    HorizontalDisplays the option buttons horizontally
    VerticalDisplays the option buttons vertically
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.RadioOrientation

    See Also