ListViewBase.SemanticZoomOwner Propriété

Définition

Obtient ou définit le instance SemanticZoom qui héberge le 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

Valeur de propriété

Le instance SemanticZoom qui héberge cette vue, ou null si la vue n’est pas hébergée dans un contrôle SemanticZoom.

Implémente

Remarques

Vous ne définissez pas cette propriété dans XAML (Extensible Application Markup Language) ou dans le code de votre application. La propriété est définie implicitement lorsque l’affichage est défini en tant que ZoomedInView ou ZoomedOutView d’un contrôle SemanticZoom .

S’applique à

Voir aussi