Share via


ScrollViewer.SetIsZoomInertiaEnabled(DependencyObject, Boolean) Método

Definição

Define o valor da propriedade de dependência IsZoomInertiaEnabled / ScrollViewer.IsZoomInertiaEnabled propriedade anexada XAML em um elemento especificado.

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)

Parâmetros

element
DependencyObject

O elemento no qual definir o valor da propriedade.

isZoomInertiaEnabled
Boolean

bool

O valor a ser definido.

Comentários

Para obter mais informações, consulte a propriedade IsZoomInertiaEnabled .

Aplica-se a

Confira também