ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ItemsControl Class / ItemStyle Property



In This Topic
    ItemStyle Property
    In This Topic
    Style applied to all the items of this item control.
    Syntax
    'Declaration
     
    
    Public Property ItemStyle As Style
    'Usage
     
    
    Dim instance As C1ItemsControl
    Dim value As Style
     
    instance.ItemStyle = value
     
    value = instance.ItemStyle
    public Style ItemStyle {get; set;}
    public:
    property Style^ ItemStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also