Search
Style.HeaderBrush Property
See Also
 






Gets or sets the brush used to fill the interior of an element's header.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Brush HeaderBrush { get; set; }

Visual Basic  Copy Code

Public Property HeaderBrush As Brush

 Property Value

A Brush object used to fill header interior. Assign null to this property to use the corresponding value from the current theme.

 See Also