Enum PointerEvents

Enum PointerEvents

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)

Specifies how pointer events are handled by graphical elements in SVG.

[ComVisible(true)]
public enum PointerEvents

Fields

All = 8

Pointer events are targeted at all parts of the element, regardless of visibility.

BoundingBox = 0

Pointer events are targeted at the bounding box of the element.

Fill = 6

Pointer events are targeted only at the filled parts of the element.

None = 9

The element does not become the target of pointer events.

Painted = 5

Pointer events are targeted at all painted parts of the element, including fill and stroke.

Stroke = 7

Pointer events are targeted only at the stroked parts of the element.

Visible = 4

Pointer events are targeted at all visible parts of the element.

VisibleFill = 2

Pointer events are targeted only at the visible (filled) parts of the element.

VisiblePainted = 1

Pointer events are targeted only at the visible (painted) parts of the element.

VisibleStroke = 3

Pointer events are targeted only at the visible (stroked) parts of the element.

 English