SVGFEDropShadowElementBuilder.Dy

SVGFEDropShadowElementBuilder.Dy method

Sets the vertical offset (‘dy’) for the drop shadow.

public SVGFEDropShadowElementBuilder Dy(double value)
ParameterTypeDescription
valueDoubleThe vertical offset value.

Return Value

The current builder instance.

See Also