SVGFEDropShadowElementBuilder.Dx

SVGFEDropShadowElementBuilder.Dx method

Sets the horizontal offset (‘dx’) for the drop shadow.

public SVGFEDropShadowElementBuilder Dx(double value)
ParameterTypeDescription
valueDoubleThe horizontal offset value.

Return Value

The current builder instance.

See Also