Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / RibbonTabItem Class / TabShape Property

In This Topic
    TabShape Property
    In This Topic
    Gets the visual form of the control.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property TabShape As C1.WPF.TabControl.C1TabItemShape
    public new C1.WPF.TabControl.C1TabItemShape TabShape {get;}
    See Also