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를 구현하는 개체입니다. 일반적으로 GridView와 같은 실용적인 ListViewBase 구현입니다.

적용 대상