Basic Library for WPF and Silverlight | ComponentOne
C1.WPF 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 Shadows Property ItemContainerStyle As Style
    public new Style ItemContainerStyle {get; set;}
    See Also