ScrollViewer.SetIsZoomChainingEnabled(DependencyObject, Boolean) Method

Definition

Sets the value of the IsZoomChainingEnabled dependency property / ScrollViewer.IsZoomChainingEnabled XAML attached property on a specified element.

public:
 static void SetIsZoomChainingEnabled(DependencyObject ^ element, bool isZoomChainingEnabled);
 static void SetIsZoomChainingEnabled(DependencyObject const& element, bool const& isZoomChainingEnabled);
public static void SetIsZoomChainingEnabled(DependencyObject element, bool isZoomChainingEnabled);
function setIsZoomChainingEnabled(element, isZoomChainingEnabled)
Public Shared Sub SetIsZoomChainingEnabled (element As DependencyObject, isZoomChainingEnabled As Boolean)

Parameters

element
DependencyObject

The element on which to set the property value.

isZoomChainingEnabled
Boolean

bool

The value to set.

Remarks

For more info, see the IsZoomChainingEnabled property.

Applies to

See also