Hub.SemanticZoomOwner Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- SemanticZoom
- IsZoomedInViewActive
- IsActiveView
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)