FilterValueListBuilder.DropShadow

FilterValueListBuilder.DropShadow method

Adds a drop shadow filter.

public FilterValueListBuilder DropShadow(double offsetX, double offsetY, double stdDeviation)
ParameterTypeDescription
offsetXDoubleThe X offset of the shadow.
offsetYDoubleThe Y offset of the shadow.
stdDeviationDoubleThe standard deviation of the shadow.

Return Value

The builder instance for chaining.

See Also