SemanticZoom.IsZoomedInViewActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that determines whether the ZoomedInView is the active view.
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" />
Property Value
Boolean
bool
true if the ZoomedInView is the active view. false if the ZoomedOutView is the active view.