SVGBuilderExtensions.ColorProfile

SVGBuilderExtensions.ColorProfile<TBuilder> method

Sets the ‘color-profile’ attribute for an SVG element.

public static TBuilder ColorProfile<TBuilder>(this TBuilder builder, string value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe color profile value to set.

Return Value

The builder instance for chaining.

See Also