ManipulationInertiaStartingRoutedEventArgs.Container 속성

정의

조작의 컨테이너로 간주되는 UIElement 를 가져옵니다.

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

속성 값

조작의 컨테이너로 간주되는 UIElement 입니다.

설명

적용 대상