PocketPlanner Programmer's Guide

MonthRangeSettings.HeaderSpacing Property

See Also

Gets or sets the amount of space between the headers.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int HeaderSpacing { get; set; }

Visual Basic

Public Property HeaderSpacing As Integer

 Property Value

An integer value specifying how many pixels there are between adjacent headers. The minimal allowed value is -1. Assign -2 to this property to use the corresponding value from the current theme.

 See Also