Search
TimelineSettings.ExtendedCurrentTimeMarker Property
See Also
 





Gets or sets whether current-time marker spans the full extent of resource view.

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

 Syntax

C#  Copy Code

public State ExtendedCurrentTimeMarker { get; set; }

Visual Basic  Copy Code

Public Property ExtendedCurrentTimeMarker As State

 Property Value

Specify Enabled to extend current-time marker, or Disabled otherwise. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also