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.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public TimeSpan LargeStartTimeChange { get; set; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<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.

This is a dependency property.

See Also