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





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

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

 Syntax

C#  Copy Code

public int PaddingRight { get; set; }

Visual Basic  Copy Code

Public Property PaddingRight As Integer

 Property Value

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