Partager via


Hub.SemanticZoomOwner Propriété

Définition

Obtient ou définit le instance SemanticZoom qui héberge le hub.

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

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

Valeur de propriété

Le instance SemanticZoom qui héberge ce hub, ou null si le hub n’est pas hébergé dans un contrôle SemanticZoom.

Implémente

Remarques

Vous ne définissez pas cette propriété en XAML 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