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


C1.WPF Namespace > C1NumericBox Class : ButtonBackground Property
Gets or sets the System.Windows.Media.Brush that will be assigned to the Background of the buttons inside the control.
Syntax
'Declaration
 
Public Property ButtonBackground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Windows.Media.Brush
 
instance.ButtonBackground = value
 
value = instance.ButtonBackground
public System.Windows.Media.Brush ButtonBackground {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members