Gets or sets the brush used to fill the interior of an element's header.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Brush HeaderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderBrush As Brush |
A Brush object used to fill header interior. Assign null to this property to use the corresponding value from the current theme.
See Also