Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextDecorationStyle Enumeration

In This Topic
    SvgTextDecorationStyle Enumeration
    In This Topic
    Specifies the style of the line(s) drawn for text decoration.
    Syntax
    'Declaration
     
    Public Enum SvgTextDecorationStyle 
       Inherits System.Enum
    public enum SvgTextDecorationStyle : System.Enum 
    Members
    MemberDescription
    DashedA series of square-ended dashes.
    DottedA series of round dots.
    DoubleTwo parallel solid lines with some space between them.
    SolidA single line segment.
    WavyIndicates a wavy line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgTextDecorationStyle

    See Also