SVGFEDropShadowElementBuilder.StdDeviation

SVGFEDropShadowElementBuilder.StdDeviation method

Sets the standard deviation for the blur effect in the drop shadow.

public SVGFEDropShadowElementBuilder StdDeviation(double dx, double? dy = null)
ParameterTypeDescription
dxDoubleThe standard deviation in the x-direction.
dyNullable`1The standard deviation in the y-direction. If not specified, dx is used for both directions.

Return Value

The current builder instance.

See Also