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

In This Topic
    SvgTextDecorationLine Enumeration
    In This Topic
    Specifies the position of text decoration lines, if any is added to the element.
    Syntax
    'Declaration
     
    Public Enum SvgTextDecorationLine 
       Inherits System.Enum
    public enum SvgTextDecorationLine : System.Enum 
    Members
    MemberDescription
    BlinkThe text blinks (alternates between visible and invisible).
    LineThroughEach line of text has a line through the middle.
    NoneNeither produces nor inhibits text decoration.
    OverlineEach line of text has a line over it (i.e. on the opposite side from an underline).
    UnderlineEach line of text is underlined.
    Inheritance Hierarchy

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

    See Also