SemanticZoom.ZoomedInView Propriedade

Definição

Obtém ou define a exibição ampliada semanticamente mais completa do SemanticZoom.

public:
 property ISemanticZoomInformation ^ ZoomedInView { ISemanticZoomInformation ^ get(); void set(ISemanticZoomInformation ^ value); };
ISemanticZoomInformation ZoomedInView();

void ZoomedInView(ISemanticZoomInformation value);
public ISemanticZoomInformation ZoomedInView { get; set; }
var iSemanticZoomInformation = semanticZoom.zoomedInView;
semanticZoom.zoomedInView = iSemanticZoomInformation;
Public Property ZoomedInView As ISemanticZoomInformation
<SemanticZoom ...>
  <SemanticZoom.ZoomedInView>
    zoomedInViewContent
  </SemanticZoom.ZoomedInView>
</SemanticZoom>

Valor da propriedade

Um objeto que implementa ISemanticZoomInfo. Normalmente, essa é uma implementação prática do ListViewBase , como GridView.

Aplica-se a