SemanticZoomViewChangedEventArgs.DestinationItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.