PocketPlanner Programmer's Guide

TimetableSettings.ZoomFactor Property

See Also

Gets or sets the zoom factor when zoom is enabled.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int ZoomFactor { get; set; }

Visual Basic

Public Property ZoomFactor As Integer

 Property Value

An integer value specifying the zoom factor when UseZoom is enabled. The allowed values range from 100 to 1000. Assign -1 to this property to use the corresponding value from the current theme.

 Remarks

To make the whole timeline visible at a time, set this to 100.

 See Also