Class SvgTextPath
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
[SvgElement("textPath")]
public class SvgTextPath : SvgTextBase, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgBoundable, ISvgStylable, ISvgClipable
Constructors
SvgTextPath()
Declaration
public SvgTextPath()
Properties
Dx
Declaration
public override SvgUnitCollection Dx { get; set; }
Property Value
SvgUnitCollection
|
Overrides
Method
ReferencedPath
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public virtual Uri ReferencedPath { get; set; }
Property Value
System.Uri
|
Spacing
Declaration
public virtual SvgTextPathSpacing Spacing { get; set; }
Property Value
SvgTextPathSpacing
|
StartOffset
Methods
DeepCopy()
GetAuthorPathLength()
Declaration
protected override float GetAuthorPathLength()
Returns
System.Single
|
Overrides
GetBaselinePath(ISvgRenderer)
Declaration
protected override GraphicsPath GetBaselinePath(ISvgRenderer renderer)
Parameters
ISvgRenderer
renderer
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|