Search
MonthSettings.HeaderSpacing Property
See Also
 






Gets or sets the amount of space between headers.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int HeaderSpacing { get; set; }

Visual Basic  Copy Code

Public Property HeaderSpacing As Integer

 Property Value

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

 See Also