SemanticZoom.ZoomedInView 屬性

定義

取得或設定 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>

屬性值

實作 ISemanticZoomInfo的物件。 這通常是實際的 ListViewBase 實作,例如 GridView

適用於