[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextDecorationStyle

Enum SvgTextDecorationStyle

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

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

public enum SvgTextDecorationStyle

Fields

Dashed = 3

A series of square-ended dashes.

Dotted = 2

A series of round dots.

Double = 1

Two parallel solid lines with some space between them.

Solid = 0

A single line segment.

Wavy = 4

Indicates a wavy line.