VisualIntervalScale Property (C1Scheduler)
In This Topic
Gets or sets a TimeSpan of each
VisualInterval in the VisualIntervals collection. This is a dependency property.
Syntax
'Declaration
Public Property VisualIntervalScale As TimeSpan
public TimeSpan VisualIntervalScale {get; set;}
See Also