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



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