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
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
valueThe tab order index.

Return Value

The builder instance for chaining.

See Also