TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabControl Class / ItemContainerStyle Property

In This Topic
    ItemContainerStyle Property
    In This Topic
    Gets or sets the Style applied to all contained C1TabItems
    Syntax
    'Declaration
     
    
    Public Shadows Property ItemContainerStyle As Style
    public new Style ItemContainerStyle {get; set;}
    See Also