SemanticZoomViewChangedEventArgs.SourceItem Propiedad

Definición

Proporciona información sobre el elemento y sus límites, para el elemento como se representa en la vista anterior.

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

Valor de propiedad

Información sobre el elemento y sus límites.

Se aplica a