Gets or sets the amount of space between the left side of an item and left frame line of the calendar cell that contains the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int PaddingLeft { get; set; } |
Visual Basic Copy Code |
---|
Public Property PaddingLeft As Integer |
An integer value specifying the distance between the left side of an item and the left 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 |