ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As C1TabControl
    Dim value As Style
     
    instance.ItemContainerStyle = value
     
    value = instance.ItemContainerStyle
    public new Style ItemContainerStyle {get; set;}
    public:
    new property Style^ ItemContainerStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also