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


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

Reference

C1RadialColorItem Class
C1RadialColorItem Members