SVGTextPathElementBuilder.Side

SVGTextPathElementBuilder.Side method

Sets the ‘side’ attribute, specifying which side of the path the text is placed on.

public SVGTextPathElementBuilder Side(HorizontalEdge value)
ParameterTypeDescription
valueHorizontalEdgeThe horizontal edge value.

Return Value

The current builder instance.

See Also