Gets or sets a TimeSpan used to change the VisualStartTime property by the IncrementStartTimeSmall()()()() and DecrementStartTimeSmall()()()() methods and the IncrementStartTimeSmallCommand and DecrementStartTimeSmallCommand commands. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public TimeSpan SmallStartTimeChange { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property SmallStartTimeChange As TimeSpan
	Get
	Set

Remarks

This is a dependency property.

See Also