ComponentOne Basic Library for WPF and Silverlight
SelectionBackground Property (C1TextEditableContentControl)


C1.Silverlight Namespace > C1TextEditableContentControl Class : SelectionBackground Property
Gets or sets the System.Windows.Media.Brush that fills the background of the selected text.
Syntax
'Declaration
 
Public Property SelectionBackground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1TextEditableContentControl
Dim value As System.Windows.Media.Brush
 
instance.SelectionBackground = value
 
value = instance.SelectionBackground
public System.Windows.Media.Brush SelectionBackground {get; set;}
See Also

Reference

C1TextEditableContentControl Class
C1TextEditableContentControl Members