Gets or sets the scale factor of the timeline.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int TimelineScale { get; set; } |
Visual Basic Copy Code |
---|
Public Property TimelineScale As Integer |
An integer value.
Usually the size of the cells in the Resource view is calculated to be large enough so that the texts in the timeline can fit without clipping. By using values other than 100 for this property, you can scale up or down the precalculated size of the cells.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |