Bagikan melalui


ListViewBase.SemanticZoomOwner Properti

Definisi

Mendapatkan atau mengatur instans SemanticZoom yang menghosting ListViewBase.

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

Nilai Properti

Instans SemanticZoom yang menghosting tampilan ini, atau null jika tampilan tidak dihosting dalam kontrol SemanticZoom .

Penerapan

Keterangan

Anda tidak mengatur properti ini dalam Extensible Application Markup Language (XAML) atau di kode aplikasi Anda. Properti diatur secara implisit saat tampilan diatur sebagai ZoomedInView atau ZoomedOutView kontrol SemanticZoom .

Berlaku untuk

Lihat juga