SVGFEDistantLightElementBuilder Class

SVGFEDistantLightElementBuilder class

Builder class for creating SVG ‘feDistantLight’ elements, used within SVG filters to define a distant light source.

public class SVGFEDistantLightElementBuilder : SVGElementBuilder<SVGFEDistantLightElement>, 
    IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder

Constructors

NameDescription
SVGFEDistantLightElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
AddScript(Action<SVGScriptElementBuilder>)Adds a script configuration to the feDistantLight element.
Attribute(string, string)
Azimuth(double)Sets the ‘azimuth’ attribute of the feDistantLight element.
virtual Build(Document)
virtual Build(SVGFEDistantLightElement)
BuildElement(Document)
Elevation(double)Sets the ’elevation’ attribute of the feDistantLight element.

See Also