Defines the command that sets the VisualStartTime property to a value between the Start and End property values based on the specified coefficient.

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

Syntax

C#
public static readonly RoutedCommand SetRelativeStartTimeCommand
Visual Basic (Declaration)
Public Shared ReadOnly SetRelativeStartTimeCommand As RoutedCommand

Remarks

This command is executed by the C1Scheduler and is implemented by the SetRelativeStartTime(Double) method. See the SetRelativeStartTime(Double) method description for details.

Command parameter: a floating point number in a range between 0 and 1, or its string representation, that is passed as a parameter to the SetRelativeStartTime(Double) method.

Use this command to implement custom scrolling behavior.

See Also