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.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public TimeSpan LargeStartTimeChange { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property LargeStartTimeChange As TimeSpan
	Get
	Set

Remarks

If this value is not set, then the value of the VisualTimeSpan property is used.

See Also