ListViewBase.SemanticZoomOwner 속성

정의

ListViewBase를 호스트하는 SemanticZoom instance 가져오거나 설정합니다.

public:
 property SemanticZoom ^ SemanticZoomOwner { SemanticZoom ^ get(); void set(SemanticZoom ^ value); };
SemanticZoom SemanticZoomOwner();

void SemanticZoomOwner(SemanticZoom value);
public SemanticZoom SemanticZoomOwner { get; set; }
var semanticZoom = listViewBase.semanticZoomOwner;
listViewBase.semanticZoomOwner = semanticZoom;
Public Property SemanticZoomOwner As SemanticZoom

속성 값

SemanticZoom은 이 보기를 호스트하는 instance, 보기가 SemanticZoom 컨트롤에 호스트되지 않은 경우 null입니다.

구현

설명

XAML(Extensible Application Markup Language) 또는 앱 코드에서는 이 속성을 설정하지 않습니다. 속성은 뷰가 SemanticZoom 컨트롤의 ZoomedInView 또는 ZoomedOutView로 설정된 경우 암시적으로 설정됩니다.

적용 대상

추가 정보