Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1NumericBox Class / SelectionForeground Property

In This Topic
    SelectionForeground Property (C1NumericBox)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used as foreground of the selected text.
    Syntax
    'Declaration
     
    
    Public Property SelectionForeground As Brush
    public Brush SelectionForeground {get; set;}
    See Also