ScrollBar.ScrollToVerticalOffsetCommand フィールド

定義

ScrollBar内の垂直方向のScrollViewerを、Parameterで指定された値までスクロールするコマンド。

public: static initonly System::Windows::Input::RoutedCommand ^ ScrollToVerticalOffsetCommand;
public static readonly System.Windows.Input.RoutedCommand ScrollToVerticalOffsetCommand;
 staticval mutable ScrollToVerticalOffsetCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly ScrollToVerticalOffsetCommand As RoutedCommand 

フィールド値

注釈

このコマンドは、 ScrollViewer コントロールでのみ使用されます。

XAML テキストの使用法

< objectproperty="ScrollBar.ScrollToVerticalOffsetCommand"/>

適用対象