SemanticZoom.ZoomedOutView Property

Definition

Gets or sets the zoomed-out view of the SemanticZoom.

C#
public ISemanticZoomInformation ZoomedOutView { get; set; }
XAML
<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

Product Versies
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6