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

In This Topic
    LineEndLength Enumeration
    In This Topic
    Specifies the length of a line end decoration (e.g., arrowhead) relative to the width of the line itself.
    Syntax
    'Declaration
     
    Public Enum LineEndLength 
       Inherits System.Enum
    public enum LineEndLength : System.Enum 
    Members
    MemberDescription
    Large Large.
    Medium Medium.
    Small Small.
    Inheritance Hierarchy

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

    See Also