MindFusion WinForms Programmer's Guide
ItemSettings.Padding Property
See Also
 





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.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Integer

 Property Value

A non-negative integer value specifying how many 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.

 Remarks

In a Timetable view this is the distance between consecutive items.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.WinForms Namespace
PaddingLeft Property
PaddingTop Property
PaddingRight Property
PaddingBottom Property