Share via


Hub.SemanticZoomOwner 屬性

定義

取得或設定裝載中樞SemanticZoom 實例。

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

屬性值

裝載此中樞SemanticZoom 實例,如果中樞未裝載於 SemanticZoom 控制件中,則為 null

實作

備註

您不會在 XAML 或應用程式程式代碼中設定此屬性。 當檢視設定為 SemanticZoom 控制件的 ZoomedInViewZoomedOutView 時,屬性會隱含設定。

適用於

另請參閱