Gets or sets the brush used to fill the interior of elements.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Brush Brush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Brush As Brush |
A Brush instance used to fill the interior of calendar UI elements. Assign null (Nothing in Visual Basic) to this property to use the corresponding value from the current theme.
See Also