SVGFESpecularLightingElementBuilder.SurfaceScale

SVGFESpecularLightingElementBuilder.SurfaceScale method

Sets the ‘surfaceScale’ attribute of the feSpecularLighting element, defining the height of the surface for the lighting calculation.

public SVGFESpecularLightingElementBuilder SurfaceScale(double value)
ParameterTypeDescription
valueDoubleThe surface scale value.

Return Value

The current builder instance.

See Also