Share via


SemanticZoomViewChangedEventArgs.DestinationItem プロパティ

定義

ビューの変更が完了したら、アイテムとその境界に関する情報を提供します。

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

プロパティ値

項目とその境界に関する情報。

適用対象