ScrollViewer.SetIsZoomInertiaEnabled(DependencyObject, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 .