SVGFEOffsetElementBuilder.Dx

SVGFEOffsetElementBuilder.Dx method

Sets the ‘dx’ attribute of the feOffset element, specifying the horizontal offset.

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

Return Value

The current builder instance.

See Also