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



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