[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextDecorationStyle

SvgTextDecorationStyle Enum

Specifies the style of the line(s) drawn for text decoration.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgTextDecorationStyle
Public Enum SvgTextDecorationStyle

Fields

Name Description
Dashed

A series of square-ended dashes.

Dotted

A series of round dots.

Double

Two parallel solid lines with some space between them.

Solid

A single line segment.

Wavy

Indicates a wavy line.