[]
Represents an element that supports rendering child text content.
public abstract class SvgTextContentElement : SvgGraphicsElement
Initializes a new instance of the SvgTextContentElement class.
protected SvgTextContentElement(SvgElementType elementType)
elementType
SvgElementTypeGets or sets a value indicating whether the glyphs themselves should be stretched or compressed in addition to the advance values.
public SvgLengthAdjust? LengthAdjust { get; set; }
Gets or sets the total sum of all of the advance values that correspond to character data within this element, including the advance value on the glyph (horizontal or vertical), the effect of properties 'letter-spacing' and 'word-spacing' and adjustments due to attributes 'dx' and 'dy' on this 'text' or 'tspan' element or any descendants.
public SvgLength? TextLength { get; set; }
Gets or sets a value overriding the intrinsic directionality of text.
public SvgUnicodeBidi? UnicodeBidi { get; set; }