SVGSVGElementBuilder.BaseProfile

SVGSVGElementBuilder.BaseProfile method

Sets the ‘baseProfile’ attribute of the SVG element. This attribute indicates which subset of the full SVG specification applies to the document.

public SVGSVGElementBuilder BaseProfile(double value)
ParameterTypeDescription
valueDoubleThe base profile value.

Return Value

The SVGSVGElementBuilder instance for chaining.

See Also