Gets or sets the zoom factor when zoom is enabled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int ZoomFactor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ZoomFactor As Integer |
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.
RemarksTo make the whole timeline visible at a time, set this to 100.
See Also