Class SvgTextPath
The SvgText element defines a graphics element consisting of text.
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("textPath")]
public class SvgTextPath : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Properties
|
Improve this Doc
View Source
Dx
Declaration
public override SvgUnitCollection Dx { get; set; }
Property Value
Overrides
|
Improve this Doc
View Source
Method
Declaration
public virtual SvgTextPathMethod Method { get; set; }
Property Value
|
Improve this Doc
View Source
ReferencedPath
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public virtual Uri ReferencedPath { get; set; }
Property Value
|
Improve this Doc
View Source
Spacing
Declaration
public virtual SvgTextPathSpacing Spacing { get; set; }
Property Value
|
Improve this Doc
View Source
StartOffset
Declaration
public virtual SvgUnit StartOffset { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
GetAuthorPathLength()
Declaration
protected override float GetAuthorPathLength()
Returns
Overrides
|
Improve this Doc
View Source
GetBaselinePath(ISvgRenderer)
Declaration
protected override GraphicsPath GetBaselinePath(ISvgRenderer renderer)
Parameters
Returns
| Type |
Description |
| GraphicsPath |
|
Overrides
Implements
Extension Methods