ManipulationCompletedRoutedEventArgs.Container Свойство

Определение

Возвращает uiElement , который считается контейнером манипуляции.

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

Значение свойства

Элемент UIElement, который считается контейнером манипуляции.

Применяется к