Search
Style.Brush Property
See Also
 






Gets or sets the brush used to fill the interior of elements.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

A Brush instance used to fill the interior of calendar UI elements. Assign null to this property to use the corresponding value from the current theme.

 See Also