Condividi tramite


Hub.SemanticZoomOwner Proprietà

Definizione

Ottiene o imposta l'istanza SemanticZoom che ospita l'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

Valore della proprietà

Istanza SemanticZoom che ospita l'hub o null se l'hub non è ospitato in un controllo SemanticZoom.

Implementazioni

Commenti

Questa proprietà non viene impostata in XAML o nel codice dell'app. La proprietà viene impostata in modo implicito quando la visualizzazione viene impostata come ZoomedInView o ZoomedOutView di un controllo SemanticZoom .

Si applica a

Vedi anche