ComponentOne Basic Library for WPF and Silverlight
Brush Property (C1RadialColorItem)


C1.WPF Namespace > C1RadialColorItem Class : Brush Property
Gets or sets the Brush property.
Syntax
'Declaration
 
Public Property Brush As System.Windows.Media.Brush
'Usage
 
Dim instance As C1RadialColorItem
Dim value As System.Windows.Media.Brush
 
instance.Brush = value
 
value = instance.Brush
public System.Windows.Media.Brush Brush {get; set;}
Remarks
This property will be set automatically if application sets the Color property.
See Also

Reference

C1RadialColorItem Class
C1RadialColorItem Members