ManipulationStartingRoutedEventArgs.Container プロパティ

定義

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

public:
 property UIElement ^ Container { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Container();

void Container(UIElement value);
public UIElement Container { get; set; }
var uIElement = manipulationStartingRoutedEventArgs.container;
manipulationStartingRoutedEventArgs.container = uIElement;
Public Property Container As UIElement

プロパティ値

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

注釈

適用対象