SVGFEDropShadowElementBuilder Class
Contents
[
Hide
]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
| Name | Description |
|---|---|
| SVGFEDropShadowElementBuilder() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Configurations { get; } |
Methods
| Name | Description |
|---|---|
| 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
- class SVGElementBuilder<T>
- class SVGFEDropShadowElement
- interface IBaseAnimationElementBuilder
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- interface IFilterPrimitiveInAttributeSetter
- interface IPresentationAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG