SemanticZoom.ZoomedOutView 속성

정의

SemanticZoom의 축소된 보기를 가져오거나 설정합니다.

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

void ZoomedOutView(ISemanticZoomInformation value);
public ISemanticZoomInformation ZoomedOutView { get; set; }
var iSemanticZoomInformation = semanticZoom.zoomedOutView;
semanticZoom.zoomedOutView = iSemanticZoomInformation;
Public Property ZoomedOutView As ISemanticZoomInformation
<SemanticZoom ...>
  <SemanticZoom.ZoomedOutView>
    zoomedOutViewContent
  </SemanticZoom.ZoomedOut>
</SemanticZoom>

속성 값

ISemanticZoomInfo를 구현하는 개체입니다. 일반적으로 GridView와 같은 실용적인 ListViewBase 구현입니다.

적용 대상