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

In This Topic
    PenAlignment Enumeration
    In This Topic
    Specifies the alignment to be used for the underline stroke.
    Syntax
    'Declaration
     
    Public Enum PenAlignment 
       Inherits System.Enum
    public enum PenAlignment : System.Enum 
    Members
    MemberDescription
    Center Center pen (line drawn at center of path stroke).
    Insert Inset pen (the pen is aligned on the inside of the edge of the path).
    Inheritance Hierarchy

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

    See Also