ComponentOne Basic Library for WPF and Silverlight
Background Property (C1HeaderedContentControl)


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

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members