SVGBuilderExtensions.Tabindex
SVGBuilderExtensions.Tabindex<TBuilder> method
Sets the ’tabindex’ attribute, defining the tab order of the SVG element.
public static TBuilder Tabindex<TBuilder>(this TBuilder builder, int value)
where TBuilder : ISVGElementBuilder, ICoreAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The tab order index. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface ICoreAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG