Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CompoundLineType Enumeration

In This Topic
    CompoundLineType Enumeration
    In This Topic
    Specifies the compound line type to be used for the underline stroke.
    Syntax
    'Declaration
     
    Public Enum CompoundLineType 
       Inherits System.Enum
    public enum CompoundLineType : System.Enum 
    Members
    MemberDescription
    Double Double lines of equal width.
    Single Single line: one normal width.
    ThickThin Double lines: one thick, one thin.
    ThinThick Double lines: one thin, one thick.
    Triple Three lines: thin, thick, thin.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.CompoundLineType

    See Also