Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TabControl Class / TabStripVerticalAlignment Property

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