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


C1.Silverlight Namespace > C1NumericBox 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 C1NumericBox
Dim value As System.Windows.Media.Brush
 
instance.SelectionForeground = value
 
value = instance.SelectionForeground
public System.Windows.Media.Brush SelectionForeground {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members