Windows.UI.Xaml.Controls.SemanticZoom.ZoomedOutView

June 22, 2022 ยท View on GitHub

-description

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

-xaml-syntax

<SemanticZoom ...>
  <SemanticZoom.ZoomedOutView>
    zoomedOutViewContent
  </SemanticZoom.ZoomedOut>
</SemanticZoom>

-xaml-values

zoomedOutViewContent
zoomedOutViewContentA single object element for a class that implements ISemanticZoomInfo (typically this is a practical ListViewBase implementation such as GridView).
## -property-value An object that implements [ISemanticZoomInfo](isemanticzoominformation.md). Typically this is a practical [ListViewBase](listviewbase.md) implementation such as [GridView](gridview.md).

-remarks

-examples

-see-also