PocketPlanner 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.Compact
Assembly: PocketPlanner

 Syntax

C#

public int Padding { get; set; }

Visual Basic

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