PocketPlanner Programmer's Guide

Calendar.ButtonOffset Property

See Also

Gets or set the offset of the buttons, displayed in the MonthRange and SingleMonth views' headers.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int ButtonOffset { get; set; }

Visual Basic

Public Property ButtonOffset As Integer

 Property Value

An integer value specifying how many pixels there are between a button and header edges. The default is 4.

 Remarks

The buttons get smaller if the value of this property is increased.

 See Also