ManipulationStartedRoutedEventArgs.Container Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property UIElement ^ Container { UIElement ^ get(); };
UIElement Container();
public UIElement Container { get; }
var uIElement = manipulationStartedRoutedEventArgs.container;
Public ReadOnly Property Container As UIElement
Valor da propriedade
O UIElement que é considerado o contêiner da manipulação.