PocketPlanner Programmer's Guide

Style.Brush Property

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Brush Brush { get; set; }

Visual Basic

Public Property Brush As Brush

 Property Value

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