ScrollViewer.SetIsZoomInertiaEnabled(DependencyObject, Boolean) Метод

Определение

Задает значение свойства зависимостей IsZoomInertiaEnabled или ScrollViewer.IsZoomInertiaEnabled присоединенного свойства XAML для указанного элемента.

public:
 static void SetIsZoomInertiaEnabled(DependencyObject ^ element, bool isZoomInertiaEnabled);
 static void SetIsZoomInertiaEnabled(DependencyObject const& element, bool const& isZoomInertiaEnabled);
public static void SetIsZoomInertiaEnabled(DependencyObject element, bool isZoomInertiaEnabled);
function setIsZoomInertiaEnabled(element, isZoomInertiaEnabled)
Public Shared Sub SetIsZoomInertiaEnabled (element As DependencyObject, isZoomInertiaEnabled As Boolean)

Параметры

element
DependencyObject

Элемент, для которого задается значение свойства.

isZoomInertiaEnabled
Boolean

bool

Задаваемое значение.

Комментарии

Дополнительные сведения см. в разделе Свойство IsZoomInertiaEnabled .

Применяется к

См. также раздел