Gets or sets the zoom factor when zoom is enabled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# 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.
To make the whole timeline visible at a time, set this to 100.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |