ScrollViewer.ZoomSnapPointsType 속성

정의

상호 작용 입력을 위해 확대/축소 끌기 지점이 처리되는 방식을 나타내는 값을 가져오거나 설정합니다.

public:
 property SnapPointsType ZoomSnapPointsType { SnapPointsType get(); void set(SnapPointsType value); };
SnapPointsType ZoomSnapPointsType();

void ZoomSnapPointsType(SnapPointsType value);
public SnapPointsType ZoomSnapPointsType { get; set; }
var snapPointsType = scrollViewer.zoomSnapPointsType;
scrollViewer.zoomSnapPointsType = snapPointsType;
Public Property ZoomSnapPointsType As SnapPointsType
<ScrollViewer ZoomSnapPointsType="snapPointsTypeMemberName"/>

속성 값

열거형 값입니다.

적용 대상

추가 정보