FarPoint.Win
RadioOrientation Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : RadioOrientation Enumeration


Specifies the orientation of the option buttons in the control.

Syntax

Visual Basic (Declaration) 
Public Enum RadioOrientation 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RadioOrientation
C# 
public enum RadioOrientation : Enum 

Members

MemberDescription
Horizontal Displays the option buttons horizontally
Vertical Displays the option buttons vertically

Inheritance Hierarchy

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

See Also