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





Gets or sets the amount of space between the bottom side of an item and bottom frame line of the calendar cell that contains the item.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int PaddingBottom { get; set; }

Visual Basic  Copy Code

Public Property PaddingBottom As Integer

 Property Value

An integer value specifying the distance between the bottom side of an item and the bottom 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

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