Search
ItemSettings.PaddingLeft Property
See Also
 






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

 Syntax

C#  Copy Code

public int PaddingLeft { get; set; }

Visual Basic  Copy Code

Public Property PaddingLeft As Integer

 Property Value

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.

 See Also