SemanticZoomViewChangedEventArgs.SourceItem プロパティ

定義

前のビューで表されたアイテムの項目とその境界に関する情報を提供します。

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

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

プロパティ値

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

適用対象