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



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