SemanticZoom.ZoomedOutView Property

Definition

Gets or sets the zoomed-out view of the 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>

Property Value

An object that implements ISemanticZoomInfo. Typically this is a practical ListViewBase implementation such as GridView.

Applies to