ISemanticZoomInformation.IsZoomedInView Property

Definition

Gets or sets a value that indicates whether the implementing view is the semantically more complete zoomed-in view.

public:
 property bool IsZoomedInView { bool get(); void set(bool value); };
bool IsZoomedInView();

void IsZoomedInView(bool value);
public bool IsZoomedInView { get; set; }
var boolean = iSemanticZoomInformation.isZoomedInView;
iSemanticZoomInformation.isZoomedInView = boolean;
Public Property IsZoomedInView As Boolean

Property Value

Boolean

bool

true if the implementing view is the zoomed-in view; otherwise, false.

Applies to