SVGFEDropShadowElementBuilder Class

SVGFEDropShadowElementBuilder class

Builder class for creating SVG ‘feDropShadow’ elements, used within SVG filters to apply a drop shadow effect.

public class SVGFEDropShadowElementBuilder : SVGElementBuilder<SVGFEDropShadowElement>, 
    IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    IFilterPrimitiveInAttributeSetter, IPresentationAttributeSetter

Constructors

NameDescription
SVGFEDropShadowElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
AddScript(Action<SVGScriptElementBuilder>)Adds a script configuration to the feDropShadow element.
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGFEDropShadowElement)
BuildElement(Document)
Dx(double)Sets the horizontal offset (‘dx’) for the drop shadow.
Dy(double)Sets the vertical offset (‘dy’) for the drop shadow.
StdDeviation(double, double?)Sets the standard deviation for the blur effect in the drop shadow.

See Also