Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / Orientation Property


In This Topic
    Orientation Property (TabStrip)
    In This Topic
    Gets or sets the tab strip orientation.
    Syntax
    'Declaration
     
    
    Public Overridable Property Orientation As TabOrientation
    'Usage
     
    
    Dim instance As TabStrip
    Dim value As TabOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public virtual TabOrientation Orientation {get; set;}
    See Also