Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / SetRelativeStartTimeCommand Field

In This Topic
    SetRelativeStartTimeCommand Field (C1Scheduler)
    In This Topic
    Defines the command that sets the C1Scheduler.VisualStartTime property to a value between the C1Scheduler.Start and C1Scheduler.End property values based on the specified coefficient.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SetRelativeStartTimeCommand As RoutedCommand
    public static readonly RoutedCommand SetRelativeStartTimeCommand
    Remarks
    This command is executed by the C1Scheduler and is implemented by the C1Scheduler.SetRelativeStartTime method. See the C1Scheduler.SetRelativeStartTime 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 C1Scheduler.SetRelativeStartTime method.

    Use this command to implement custom scrolling behavior.

    See Also