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


RadioOrientation Enumeration
Specifies the orientation of the option buttons in the control.
Syntax
'Declaration
 
Public Enum RadioOrientation 
   Inherits System.Enum
 
'Usage
 
Dim instance As RadioOrientation
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