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

In This Topic
    LineCapType Enumeration
    In This Topic
    Specifies the ending caps that should be used for a line.
    Syntax
    'Declaration
     
    Public Enum LineCapType 
       Inherits System.Enum
    public enum LineCapType : System.Enum 
    Members
    MemberDescription
    Flat Line ends at end point.
    Round Rounded ends. Semi-circle protrudes by half line width.
    Square Square protrudes by half line width.
    Inheritance Hierarchy

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

    See Also