SemanticZoomViewChangedEventArgs.DestinationItem Property

Definition

Provides information about the item and its bounds, once the view change is complete.

public:
 property SemanticZoomLocation ^ DestinationItem { SemanticZoomLocation ^ get(); void set(SemanticZoomLocation ^ value); };
SemanticZoomLocation DestinationItem();

void DestinationItem(SemanticZoomLocation value);
public SemanticZoomLocation DestinationItem { get; set; }
var semanticZoomLocation = semanticZoomViewChangedEventArgs.destinationItem;
semanticZoomViewChangedEventArgs.destinationItem = semanticZoomLocation;
Public Property DestinationItem As SemanticZoomLocation

Property Value

Information about the item and its bounds.

Applies to