[]
Represents an element that supports rendering child text content.
public abstract class SvgTextContentElement : SvgGraphicsElement
Public MustInherit Class SvgTextContentElement
Inherits SvgGraphicsElement
Name | Description |
---|---|
SvgTextContentElement(SvgElementType) | Initializes a new instance of the SvgTextContentElement class. |
Name | Description |
---|---|
LengthAdjust | Gets or sets a value indicating whether the glyphs themselves should be stretched or compressed in addition to the advance values. |
TextLength | 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. |
UnicodeBidi | Gets or sets a value overriding the intrinsic directionality of text. |