Compartilhar via


SemanticZoomViewChangedEventArgs.SourceItem Propriedade

Definição

Fornece informações sobre o item e seus limites para o item, conforme representado na exibição 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 da propriedade

Informações sobre o item e seus limites.

Aplica-se a