PointerEvents enumeration
PointerEvents enumeration
Specifies how pointer events are handled by graphical elements in SVG.
The PointerEvents type exposes the following members:
Fields
Field | Description |
---|---|
BOUNDING_BOX | Pointer events are targeted at the bounding box of the element. |
VISIBLE_PAINTED | Pointer events are targeted only at the visible (painted) parts of the element. |
VISIBLE_FILL | Pointer events are targeted only at the visible (filled) parts of the element. |
VISIBLE_STROKE | Pointer events are targeted only at the visible (stroked) parts of the element. |
VISIBLE | Pointer events are targeted at all visible parts of the element. |
PAINTED | Pointer events are targeted at all painted parts of the element, including fill and stroke. |
FILL | Pointer events are targeted only at the filled parts of the element. |
STROKE | Pointer events are targeted only at the stroked parts of the element. |
ALL | Pointer events are targeted at all parts of the element, regardless of visibility. |
NONE | The element does not become the target of pointer events. |
See Also
- module
aspose.svg.builder