ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabControl Class / TabStripVerticalAlignment Property



In This Topic
    TabStripVerticalAlignment Property
    In This Topic
    Gets or sets the vertical alignment of the group of C1TabItems.
    Syntax
    'Declaration
     
    
    Public Property TabStripVerticalAlignment As VerticalAlignment
    'Usage
     
    
    Dim instance As C1TabControl
    Dim value As VerticalAlignment
     
    instance.TabStripVerticalAlignment = value
     
    value = instance.TabStripVerticalAlignment
    public VerticalAlignment TabStripVerticalAlignment {get; set;}
    public:
    property VerticalAlignment TabStripVerticalAlignment {
       VerticalAlignment get();
       void set (    VerticalAlignment value);
    }
    See Also