Gets or sets the amount of space between headers.
Namespace: MindFusion.Scheduling
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 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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |