SVGSymbolElementBuilder.RefX

SVGSymbolElementBuilder.RefX method

Sets the ‘refX’ attribute of the symbol element, defining the x-coordinate of the reference point of the symbol.

public SVGSymbolElementBuilder RefX(double value, LengthType type = LengthType.Px)
ParameterTypeDescription
valueDoubleThe value for the ‘refX’ attribute.
typeLengthTypeThe type of length measurement (e.g., pixels).

Return Value

The SVGSymbolElementBuilder instance for chaining.

See Also