SemanticZoomLocation.Item Property

Definition

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

public:
 property Platform::Object ^ Item { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Item();

void Item(IInspectable value);
public object Item { get; set; }
var object = semanticZoomLocation.item;
semanticZoomLocation.item = object;
Public Property Item As Object

Property Value

Object

Platform::Object

IInspectable

The specific item in the SemanticZoom.

Applies to