MindFusion.Scheduling for Silverlight Programmer's Guide
BaseChart.ShowNow Property
See Also
 





Gets or sets a value indicating whether indication of the current time will be displayed in the right (Schedule) grid. This is a dependency property.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public bool ShowNow { get; set; }

Visual Basic  Copy Code

Public Property ShowNow As Boolean

 Property Value

true to display the current time; otherwise, false. The default is true.

 See Also

BaseChart Members
BaseChart Class
MindFusion.DataViews.Silverlight Namespace