SemanticZoom.ZoomedOutView プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SemanticZoom の縮小表示を取得または設定します。
public:
property ISemanticZoomInformation ^ ZoomedOutView { ISemanticZoomInformation ^ get(); void set(ISemanticZoomInformation ^ value); };
ISemanticZoomInformation ZoomedOutView();
void ZoomedOutView(ISemanticZoomInformation value);
public ISemanticZoomInformation ZoomedOutView { get; set; }
var iSemanticZoomInformation = semanticZoom.zoomedOutView;
semanticZoom.zoomedOutView = iSemanticZoomInformation;
Public Property ZoomedOutView As ISemanticZoomInformation
<SemanticZoom ...>
<SemanticZoom.ZoomedOutView>
zoomedOutViewContent
</SemanticZoom.ZoomedOut>
</SemanticZoom>
プロパティ値
ISemanticZoomInfo を実装する オブジェクト。 通常、これは GridView などの実用的な ListViewBase 実装です。