[]
        
(Showing Draft Content)

C1.WPF.Tile.C1TileService.SetPreservePointerCapture

SetPreservePointerCapture Method

SetPreservePointerCapture(FrameworkElement, bool)

Sets the PreservePointerCapture attached property value on the specified element.

Declaration
public static void SetPreservePointerCapture(FrameworkElement obj, bool value)
Parameters
Type Name Description
FrameworkElement obj

The element from which to read the property value.

bool value

The property value to set.

Remarks

This property notifies the C1TileService, that it should not release pointer capture for the element. Set this property to true in the Control.OnPointerMoved override if the element needs pointer capture for some own functionality (for example, for dragging).