SVGStyleElementBuilder.AddComment

SVGStyleElementBuilder.AddComment method

Adds a comment to the style content.

public SVGStyleElementBuilder AddComment(string comment)
ParameterTypeDescription
commentStringThe comment text to add.

Return Value

The SVGStyleElementBuilder instance for chaining.

See Also