ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabItem Class / TabShape Property

In This Topic
    TabShape Property (C1TabItem)
    In This Topic
    Gets or sets the visual form of the control.
    Syntax
    'Declaration
     
    Public Property TabShape As C1TabItemShape
    public C1TabItemShape TabShape {get; set;}
    See Also