Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 985 Bytes

semanticzoom_zoomedoutview.md

File metadata and controls

38 lines (26 loc) · 985 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.SemanticZoom.ZoomedOutView
winrt property

Windows.UI.Xaml.Controls.SemanticZoom.ZoomedOutView

-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