SemanticZoomLocation Class

Definition

Communicates information for items and view state in a SemanticZoom, such that hosts for scrolling and virtualization (such as ListViewBase) can get correct item and bounds information.

C#
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SemanticZoomLocation
Inheritance
Object SemanticZoomLocation
Attributes

Constructors

SemanticZoomLocation()

Initializes a new instance of the SemanticZoomLocation class.

Properties

Bounds

Gets or sets the sizing bounds of the item as it exists in the current view of a SemanticZoom.

Item

Gets or sets the display item as it exists in the current view of a SemanticZoom.

Applies to

Toode Versioonid
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also