Condividi tramite


ManipulationStartingRoutedEventArgs.Container Proprietà

Definizione

Ottiene l'oggetto UIElement considerato il contenitore della manipolazione.

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

Valore della proprietà

UIElement considerato il contenitore della manipolazione.

Commenti

Si applica a