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, который считается контейнером манипуляции.

Комментарии

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