[]
Gets the value of the PreservePointerCapture attached property from a given FrameworkElement.
public static bool GetPreservePointerCapture(FrameworkElement obj)
Public Shared Function GetPreservePointerCapture(obj As FrameworkElement) As Boolean
| Type | Name | Description |
|---|---|---|
| FrameworkElement | obj | The element from which to read the property value. |
| Type | Description |
|---|---|
| bool | The value of the PreservePointerCapture attached property. |