ListViewBase.SemanticZoomOwner property

This topic has not yet been rated - Rate this topic

Gets or sets the SemanticZoom instance that hosts the ListViewBase.

Syntax


public SemanticZoom SemanticZoomOwner { get; set; }

Property value

Type: SemanticZoom

The SemanticZoom instance that hosts this view, or null if the view is not hosted in a SemanticZoom control.

Remarks

You don't set this property in Extensible Application Markup Language (XAML) or in your app code. The property is set implicitly when the view is set as either the ZoomedInView or ZoomedOutView of a SemanticZoom control.

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

ListViewBase
SemanticZoom
ISemanticZoomInformation
IsActiveView
IsZoomedInView
CompleteViewChange
CompleteViewChangeFrom
CompleteViewChangeTo
InitializeViewChange
MakeVisible
StartViewChangeFrom
StartViewChangeTo

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.