ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / ItemContainerStyle Property

In This Topic
    ItemContainerStyle Property (C1TabControl)
    In This Topic
    Gets or sets the Style applied to all contained C1TabItems
    Syntax
    'Declaration
     
    Public Property ItemContainerStyle As Windows.UI.Xaml.Style
    public Windows.UI.Xaml.Style ItemContainerStyle {get; set;}
    See Also