共用方式為


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控制項的ZoomedInView 或 ZoomedOutView,屬性會隱含地設定。

適用於

另請參閱