SemanticZoom.ZoomedInView Eigenschaft

Definition

Ruft die semantisch vollständige vergrößerte Ansicht von SemanticZoom ab oder legt diese fest.

public:
 property ISemanticZoomInformation ^ ZoomedInView { ISemanticZoomInformation ^ get(); void set(ISemanticZoomInformation ^ value); };
ISemanticZoomInformation ZoomedInView();

void ZoomedInView(ISemanticZoomInformation value);
public ISemanticZoomInformation ZoomedInView { get; set; }
var iSemanticZoomInformation = semanticZoom.zoomedInView;
semanticZoom.zoomedInView = iSemanticZoomInformation;
Public Property ZoomedInView As ISemanticZoomInformation
<SemanticZoom ...>
  <SemanticZoom.ZoomedInView>
    zoomedInViewContent
  </SemanticZoom.ZoomedInView>
</SemanticZoom>

Eigenschaftswert

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

Gilt für: