Gets or sets the amount of space between adjacent days.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int DaySpacing { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DaySpacing As Integer |
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