PocketPlanner Programmer's Guide

Style.HeaderBrush Property

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Brush HeaderBrush { get; set; }

Visual Basic

Public Property HeaderBrush As Brush

 Property Value

A Brush object used to fill header interior. Assign null (Nothing in Visual Basic) to this property to use the corresponding value from the current theme.

 See Also