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


C1.Silverlight Namespace > C1MaskedTextBox Class : SelectionBackground Property
Syntax
'Declaration
 
Public Property SelectionBackground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1MaskedTextBox
Dim value As System.Windows.Media.Brush
 
instance.SelectionBackground = value
 
value = instance.SelectionBackground
public System.Windows.Media.Brush SelectionBackground {get; set;}
See Also

Reference

C1MaskedTextBox Class
C1MaskedTextBox Members