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

In This Topic
    TabItemShape Property (C1TabControl)
    In This Topic
    Gets or sets the geometric shape of the tabs.
    Syntax
    'Declaration
     
    
    Public Property TabItemShape As C1TabItemShape
    public C1TabItemShape TabItemShape {get; set;}
    See Also