Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1007 Bytes

semanticzoom_zoomedinview.md

File metadata and controls

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

Windows.UI.Xaml.Controls.SemanticZoom.ZoomedInView

-description

Gets or sets the semantically more complete zoomed-in view of the SemanticZoom.

-xaml-syntax

<SemanticZoom ...>
  <SemanticZoom.ZoomedInView>
    zoomedInViewContent
  </SemanticZoom.ZoomedInView>
</SemanticZoom>

-xaml-values

zoomedInViewContent
zoomedInViewContentA 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