Share via


ManipulationStartedRoutedEventArgs.Container 属性

定义

获取被视为操作容器的 UIElement

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

属性值

被视为操作容器的 UIElement

注解

适用于