SemanticZoom.ZoomedOutView Proprietà

Definizione

Ottiene o imposta la visualizzazione ingrandita della semanticaZoom.

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>

Valore della proprietà

Oggetto che implementa ISemanticZoomInfo. In genere si tratta di un'implementazione pratica di ListViewBase , ad esempio GridView.

Si applica a