Search
TimetableSettings.ZoomFactor Property
See Also
 






Gets or sets the zoom factor when zoom is enabled.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int ZoomFactor { get; set; }

Visual Basic  Copy Code

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