ManipulationStartingRoutedEventArgs.Container Property

Definition

Gets the UIElement that is considered the container of the manipulation.

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

Property Value

The UIElement that is considered the container of the manipulation.

Remarks

Applies to