共用方式為


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

備註

適用於