Share via


SemanticZoom.ZoomedOutView Propriété

Définition

Obtient ou définit la vue avec zoom arrière de 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>

Valeur de propriété

Objet qui implémente ISemanticZoomInfo. Il s’agit généralement d’une implémentation pratique de ListViewBase , telle que GridView.

S’applique à