C1.WPF Namespace / C1MenuItem Class / HeaderForeground Property



In This Topic
HeaderForeground Property (C1MenuItem)
In This Topic
Gets or sets the foreground brush of the header.
Syntax
'Declaration
 
Public Property HeaderForeground As Brush
 
'Usage
 
Dim instance As C1MenuItem
Dim value As Brush
 
instance.HeaderForeground = value
 
value = instance.HeaderForeground
See Also