Gets or sets the amount of space between the top side of an item and top frame line of the calendar cell that contains the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int PaddingTop { get; set; } |
Visual Basic Copy Code |
---|
Public Property PaddingTop As Integer |
An integer value specifying the distance between the top side of an item and the top side of the cell containing it. Assign -2 to this property to use the corresponding value from the current theme. Assign -1 to indicate that this property should be ignored and the value of Padding should be regarded instead.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |