Search
ResourceViewSettings.TimelineScale Property
See Also
 






Gets or sets the scale factor of the timeline.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int TimelineScale { get; set; }

Visual Basic  Copy Code

Public Property TimelineScale As Integer

 Property Value

An integer value.

 Remarks

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.

 See Also