-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.SemanticZoom.ZoomedInView |
winrt property |
Gets or sets the semantically more complete zoomed-in view of the SemanticZoom.
<SemanticZoom ...>
<SemanticZoom.ZoomedInView>
zoomedInViewContent
</SemanticZoom.ZoomedInView>
</SemanticZoom>
- zoomedInViewContent
- zoomedInViewContentA single object element for a class that implements ISemanticZoomInfo (typically this is a practical ListViewBase implementation such as GridView).