ISemanticZoomInformation.SemanticZoomOwner Property

Definition

Gets or sets the SemanticZoom owner that hosts the implementing view.

public:
 property SemanticZoom ^ SemanticZoomOwner { SemanticZoom ^ get(); void set(SemanticZoom ^ value); };
SemanticZoom SemanticZoomOwner();

void SemanticZoomOwner(SemanticZoom value);
public SemanticZoom SemanticZoomOwner { get; set; }
var semanticZoom = iSemanticZoomInformation.semanticZoomOwner;
iSemanticZoomInformation.semanticZoomOwner = semanticZoom;
Public Property SemanticZoomOwner As SemanticZoom

Property Value

The SemanticZoom that hosts this view.

Applies to