C1.WPF Namespace / C1MenuItem Class / HeaderBackground Property



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