ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ScrollViewer Class / MoveRightCommand Field



In This Topic
    MoveRightCommand Field
    In This Topic
    Command to scroll right.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly MoveRightCommand As RoutedCommand
    'Usage
     
    
    Dim value As RoutedCommand
     
    value = C1ScrollViewer.MoveRightCommand
    public static readonly RoutedCommand MoveRightCommand
    public:
    static readonly RoutedCommand^ MoveRightCommand
    See Also