Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

type 
  TSVGTextDecoration = (tdNone, tdUnderline, tdOverline, tdLineThrough, tdBlink); 
 

expandingMembers

 

Name

Description

public enummember

tdBlink

Represents constant tdBlink.

public enummember

tdLineThrough

Represents constant tdLineThrough.

public enummember

tdNone

Represents constant tdNone.

public enummember

tdOverline

Represents constant tdOverline.

public enummember

tdUnderline

Represents constant tdUnderline.

Top

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb