ScrollViewer.IsZoomInertiaEnabled プロパティ

定義

ズーム アクションの動作と値に慣性を含めるかどうかを示す値を取得または設定します。

public:
 property bool IsZoomInertiaEnabled { bool get(); void set(bool value); };
bool IsZoomInertiaEnabled();

void IsZoomInertiaEnabled(bool value);
public bool IsZoomInertiaEnabled { get; set; }
var boolean = scrollViewer.isZoomInertiaEnabled;
scrollViewer.isZoomInertiaEnabled = boolean;
Public Property IsZoomInertiaEnabled As Boolean
<ScrollViewer IsZoomInertiaEnabled="bool" />
-or-
<object ScrollViewer.IsZoomInertiaEnabled="bool"/>

プロパティ値

Boolean

bool

ズーム アクションが動作と値に慣性を含める必要がある場合は true。それ以外の場合は false

注釈

XAML を使用する場合、IsZoomInertiaEnabled には、明示的な ScrollViewer 要素の属性、またはテンプレートでスクロールビューを暗黙的にサポートするコントロールの子である要素に対する ScrollViewer.IsZoomInertiaEnabled 添付プロパティの使用を指定できます。

適用対象

こちらもご覧ください