ComponentOne FinancialChart for WPF
ItemStyle Property



C1.WPF Namespace > C1ItemsControl Class : ItemStyle Property
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

Reference

C1ItemsControl Class
C1ItemsControl Members