[]
Sets the PreservePointerCapture attached property value on the specified element.
public static void SetPreservePointerCapture(FrameworkElement obj, bool value)
Type | Name | Description |
---|---|---|
FrameworkElement | obj | The element from which to read the property value. |
bool | value | The property value to set. |
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).