SVGBuilderExtensions.Lang
SVGBuilderExtensions.Lang<TBuilder> method
Sets the ’lang’ attribute, specifying the language of the element’s content.
public static TBuilder Lang<TBuilder>(this TBuilder builder, string value)
where TBuilder : ISVGElementBuilder, ICoreAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The language code for the element’s content. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface ICoreAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG