Gets or sets the scale factor of the timeline.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int TimelineScale { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TimelineScale As Integer |
An integer value.
RemarksUsually 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.
See Also