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


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

Reference

C1TextEditableContentControl Class
C1TextEditableContentControl Members