SemanticZoom.ZoomedOutView Eigenschaft

Definition

Ruft die verkleinerte Ansicht von SemanticZoom ab oder legt sie fest.

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>

Eigenschaftswert

Ein Objekt, das ISemanticZoomInfo implementiert. In der Regel handelt es sich hierbei um eine praktische ListViewBase-Implementierung wie GridView.

Gilt für: