[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextContentElement.TextLength

TextLength Property

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.

Declaration
public SvgLength? TextLength { get; set; }
Public Property TextLength As SvgLength?