ComponentOne Basic Library for WPF and Silverlight
SelectedBackground Property (C1TabItemPresenter)


C1.WPF Namespace > C1TabItemPresenter Class : SelectedBackground Property
Gets or sets the System.Windows.Media.Brush used to highlight the control when it is selected.
Syntax
'Declaration
 
Public Property SelectedBackground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1TabItemPresenter
Dim value As System.Windows.Media.Brush
 
instance.SelectedBackground = value
 
value = instance.SelectedBackground
public System.Windows.Media.Brush SelectedBackground {get; set;}
See Also

Reference

C1TabItemPresenter Class
C1TabItemPresenter Members