SemanticZoom.IsZoomedInViewActive 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 détermine si ZoomedInView est la vue active.
public:
property bool IsZoomedInViewActive { bool get(); void set(bool value); };
bool IsZoomedInViewActive();
void IsZoomedInViewActive(bool value);
public bool IsZoomedInViewActive { get; set; }
var boolean = semanticZoom.isZoomedInViewActive;
semanticZoom.isZoomedInViewActive = boolean;
Public Property IsZoomedInViewActive As Boolean
<SemanticZoom IsZoomedInViewActive="bool" />
Valeur de propriété
Boolean
bool
true si ZoomedInView est l’affichage actif. false si ZoomedOutView est l’affichage actif.