[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.DecrementStartTimeSmallCommand

DecrementStartTimeSmallCommand Field

Defines the command that decrements the VisualStartTime property value on the amount specified in the SmallStartTimeChange property.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public static readonly RoutedCommand DecrementStartTimeSmallCommand
Returns
Type Description
RoutedCommand Defines the command that decrements the property value on the amount specified in the property.
Remarks

This command is executed by the C1Scheduler and is implemented by the DecrementStartTimeSmall() method.

Use this command to implement custom scrolling behavior.