Hub.SemanticZoomOwner Property

Definition

Gets or sets the SemanticZoom instance that hosts the Hub.

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

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

Property Value

The SemanticZoom instance that hosts this Hub, or null if the Hub is not hosted in a SemanticZoom control.

Implements

Remarks

You don't set this property in XAML or in your app code. The property is set implicitly when the view is set as either the ZoomedInView or ZoomedOutView of a SemanticZoom control.

Applies to

See also