SVGFEOffsetElementBuilder.Dy

SVGFEOffsetElementBuilder.Dy method

Sets the ‘dy’ attribute of the feOffset element, specifying the vertical offset.

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

Return Value

The current builder instance.

See Also