ManipulationDeltaRoutedEventArgs.Container Property

Definition

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

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

Property Value

The UIElement that is considered the container of the manipulation.

Remarks

Applies to