Class SvgTextPath
- Namespace
- Svg
- Assembly
- Svg.dll
The SvgText element defines a graphics element consisting of text.
[SvgElement("textPath")]
public class SvgTextPath : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
- Inheritance
-
SvgTextPath
- Implements
- Inherited Members
- Extension Methods
Properties
Dx
Gets or sets the dX.
public override SvgUnitCollection Dx { get; set; }
Property Value
- SvgUnitCollection
The dX.
Method
public virtual SvgTextPathMethod Method { get; set; }
Property Value
ReferencedPath
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public virtual Uri ReferencedPath { get; set; }
Property Value
Spacing
public virtual SvgTextPathSpacing Spacing { get; set; }
Property Value
StartOffset
public virtual SvgUnit StartOffset { get; set; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()
Returns
GetAuthorPathLength()
protected override float GetAuthorPathLength()
Returns
GetBaselinePath(ISvgRenderer)
protected override GraphicsPath GetBaselinePath(ISvgRenderer renderer)
Parameters
renderer
ISvgRenderer