EN
Este conteúdo não está disponível em seu idioma, mas aqui está a versão em inglês.
Este tópico ainda não foi avaliado como - Avalie este tópico

SemanticZoom.ZoomedInView property

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

Syntax


public ISemanticZoomInformation ZoomedInView { get; set; }


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


XAML Values

zoomedInViewContent

A single object element for a class that implements ISemanticZoomInfo (typically this is a practical ListViewBase implementation such as GridView).

Property value

Type: ISemanticZoomInformation

An object that implements ISemanticZoomInfo. Typically this is a practical ListViewBase implementation such as GridView.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

SemanticZoom

 

 

Build date: 3/12/2013

© 2013 Microsoft. Todos os direitos reservados.