Class SvgText
Represents a piece of text as an SVG path.
public class SvgText
- Inheritance
-
SvgText
- Inherited Members
- Extension Methods
Constructors
SvgText()
public SvgText()
Properties
Value
The text to display.
public string Value { get; set; }
Property Value
X
The horizontal position of the text.
public double X { get; set; }
Property Value
Y
The vertical position of the text.
public double Y { get; set; }