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
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The pointer events value to set. |
Return Value
The builder instance for chaining.
See Also
- enum PointerEvents
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG