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).