Gets or sets the amount of space between each item and the frame lines of the calendar cell that contains the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int Padding { get; set; } |
Visual Basic Copy Code |
---|
Public Property Padding As Integer |
A non-negative integer value specifying how many device-independent pixels there are left between items and the time cells containing them. Assign -1 to this property to use the corresponding value from the current theme.
In a Timetable view this is the distance between consecutive items.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |