SVGBuilderExtensions.PointerEvents

SVGBuilderExtensions.PointerEvents<TBuilder> method

Sets the ‘pointer-events’ attribute for an SVG element, defining how the element reacts to pointer events.

public static TBuilder PointerEvents<TBuilder>(this TBuilder builder, PointerEvents value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe pointer events value to set.

Return Value

The builder instance for chaining.

See Also