[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextDecorationLine

Enum SvgTextDecorationLine

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Specifies the position of text decoration lines, if any is added to the element.

[Flags]
public enum SvgTextDecorationLine

Fields

The text blinks (alternates between visible and invisible).

LineThrough = 4

Each line of text has a line through the middle.

None = 0

Neither produces nor inhibits text decoration.

Overline = 2

Each line of text has a line over it (i.e. on the opposite side from an underline).

Underline = 1

Each line of text is underlined.