RadialGradientBrush.toSVGFormat

Syntax

toSVGFormat(element);

Parameters

element. SVG element, to which a brush is applied.

Description

The toSVGFormat method applies brush to the specified SVG element.

Example

The method use is identical to the LinearGradientBrush.toSVGFormat or SolidColorBrush.toSVGFormat method and is given in description of the ImageBrush.Source method.

See also:

RadialGradientBrush