ComponentOne Basic Library for WPF and Silverlight
HeaderForeground Property (C1RadialMenuItem)


C1.Silverlight Namespace > C1RadialMenuItem Class : HeaderForeground Property
Gets or sets the foreground brush of the header.
Syntax
'Declaration
 
Public Property HeaderForeground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Windows.Media.Brush
 
instance.HeaderForeground = value
 
value = instance.HeaderForeground
public System.Windows.Media.Brush HeaderForeground {get; set;}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members