Gets or sets the amount of space between headers.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int HeaderSpacing { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeaderSpacing As Integer |
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.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |