Sparkline for UWP | ComponentOne
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 Style
    public Style ItemContainerStyle {get; set;}
    See Also