ComponentOne Scheduler for WPF and Silverlight
LargeStartTimeChange Property (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : LargeStartTimeChange Property
Gets or sets a TimeSpan used to change the VisualStartTime property by the IncrementStartTimeLarge and DecrementStartTimeLarge methods and the IncrementStartTimeLargeCommand and DecrementStartTimeLargeCommand commands. This is a dependency property.
Syntax
'Declaration
 
Public Property LargeStartTimeChange As System.TimeSpan
public System.TimeSpan LargeStartTimeChange {get; set;}
Remarks
If this value is not set, then the value of the VisualTimeSpan property is used.
See Also

Reference

C1Scheduler Class
C1Scheduler Members