Search
MonthSettings.DaySpacing Property
See Also
 






Gets or sets the amount of space between adjacent days.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int DaySpacing { get; set; }

Visual Basic  Copy Code

Public Property DaySpacing As Integer

 Property Value

A non-negative integer value specifying how many device-independent pixels to leave between adjacent day cells. Assign -1 to this property to use the corresponding value from the current theme.

 See Also