Hub.IsZoomedInView Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si l’instance hub est la vue avec zoom avant dans sa propriété SemanticZoom.
public:
property bool IsZoomedInView { bool get(); void set(bool value); };
bool IsZoomedInView();
void IsZoomedInView(bool value);
public bool IsZoomedInView { get; set; }
var boolean = hub.isZoomedInView;
hub.isZoomedInView = boolean;
Public Property IsZoomedInView As Boolean
Valeur de propriété
bool
true si le hub est la vue avec zoom avant ; sinon, false.
Implémente
Remarques
En règle générale, vous ne définissez pas cette propriété en XAML ou dans le code de l’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
- SemanticZoom
- IsZoomedInViewActive
- IsActiveView
- ISemanticZoomInformation
- IsActiveView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)