ListViewBase.SemanticZoomOwner プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ListViewBase をホストする SemanticZoom インスタンスを取得または設定します。
public:
property SemanticZoom ^ SemanticZoomOwner { SemanticZoom ^ get(); void set(SemanticZoom ^ value); };
SemanticZoom SemanticZoomOwner();
void SemanticZoomOwner(SemanticZoom value);
public SemanticZoom SemanticZoomOwner { get; set; }
var semanticZoom = listViewBase.semanticZoomOwner;
listViewBase.semanticZoomOwner = semanticZoom;
Public Property SemanticZoomOwner As SemanticZoom
プロパティ値
このビューをホストする SemanticZoom インスタンス。ビューが SemanticZoom コントロールでホストされていない場合は null。
実装
注釈
このプロパティは、Extensible Application Markup Language (XAML) またはアプリ コードでは設定しません。 プロパティは、ビューが SemanticZoom コントロールの ZoomedInView または ZoomedOutView として設定されている場合に暗黙的に設定されます。
適用対象
こちらもご覧ください
- SemanticZoom
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)