OutlookBar for WPF and Silverlight
C1.WPF.OutlookBar Namespace / C1OutlookBar Class / ItemBackground Property

In This Topic
    ItemBackground Property (C1OutlookBar)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used as background of the contained C1OutlookItems.
    Syntax
    'Declaration
     
    
    Public Property ItemBackground As Brush
    public Brush ItemBackground {get; set;}
    See Also