ManipulationDeltaRoutedEventArgs.Container プロパティ

定義

操作のコンテナーと見なされる UIElement を取得します。

public:
 property UIElement ^ Container { UIElement ^ get(); };
UIElement Container();
public UIElement Container { get; }
var uIElement = manipulationDeltaRoutedEventArgs.container;
Public ReadOnly Property Container As UIElement

プロパティ値

操作のコンテナーと見なされる UIElement

注釈

適用対象