SemanticZoom.ZoomedInView Property

Definition

Gets or sets the semantically more complete zoomed-in view of the 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>

Property Value

An object that implements ISemanticZoomInfo. Typically this is a practical ListViewBase implementation such as GridView.

Applies to