Navigation: Code Documentation > RSVclSVG > RSSVGTypes > Enumerations
TSVGTextDecoration Enumeration
Defines the SVG text decoration type, similar to the TFontStyle type, and describes decorations that are added to the text of an element. The RSCL does not support the blink value.
Namespace: RSSVGTypes
Delphi
type TSVGTextDecoration = (tdNone, tdUnderline, tdOverline, tdLineThrough, tdBlink);
Name
Description
tdBlink
Represents constant tdBlink.
tdLineThrough
Represents constant tdLineThrough.
tdNone
Represents constant tdNone.
tdOverline
Represents constant tdOverline.
tdUnderline
Represents constant tdUnderline.
Top
•RSSVGTypes