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

注解

适用于