SemanticZoom.IsZoomedInViewActive Property

Definition

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.

Applies to