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

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