MindFusion WinForms Programmer's Guide
TimelineSettings.SpanTexts Property
See Also
 





Gets or sets a value indicating whether some cell texts will span more than one cell when the space in their corresponding cells is insufficient due to scaling the view.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State SpanTexts { get; set; }

Visual Basic  Copy Code

Public Property SpanTexts As State

 Property Value

A member of the State enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.

 Remarks

The number of spanned cells is specified by the SpanCellCount property. If the value of this property is 0, then the number of cells is automatically calculated based on the current scale factor, which is specified by the TimelineScale property.

 See Also

TimelineSettings Members
TimelineSettings Class
MindFusion.Scheduling.WinForms Namespace
SpanCellCount Property