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.

public ref class SemanticZoomLocation sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SemanticZoomLocation final
[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
Public NotInheritable Class SemanticZoomLocation
Inheritance
Object Platform::Object IInspectable 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

See also