ScrollViewer.IsZoomInertiaEnabled 속성

정의

확대/축소 작업에 동작 및 값에 관성 포함 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsZoomInertiaEnabled { bool get(); void set(bool value); };
bool IsZoomInertiaEnabled();

void IsZoomInertiaEnabled(bool value);
public bool IsZoomInertiaEnabled { get; set; }
var boolean = scrollViewer.isZoomInertiaEnabled;
scrollViewer.isZoomInertiaEnabled = boolean;
Public Property IsZoomInertiaEnabled As Boolean
<ScrollViewer IsZoomInertiaEnabled="bool" />
-or-
<object ScrollViewer.IsZoomInertiaEnabled="bool"/>

속성 값

Boolean

bool

확대/축소 작업에 동작 및 값에 관성은 포함되어야 하는 경우 true이고, 그렇지 않으면 false입니다.

설명

XAML 사용의 경우 IsZoomInertiaEnabled는 명시적 ScrollViewer 요소의 특성이거나 템플릿에서 암시적으로 scrollview를 지원하는 컨트롤의 자식 요소에 대한 ScrollViewer.IsZoomInertiaEnabled 연결된 속성 사용일 수 있습니다.

적용 대상

추가 정보