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



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