ComponentOne Basic Library for WPF and Silverlight
Foreground Property (C1ListBoxItem)


C1.WPF Namespace > C1ListBoxItem Class : Foreground Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property Foreground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1ListBoxItem
Dim value As System.Windows.Media.Brush
 
instance.Foreground = value
 
value = instance.Foreground
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public System.Windows.Media.Brush Foreground {get; set;}
See Also

Reference

C1ListBoxItem Class
C1ListBoxItem Members