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

In This Topic
    LineJoinType Enumeration
    In This Topic
    Specifies the line join types.
    Syntax
    'Declaration
     
    Public Enum LineJoinType 
       Inherits System.Enum
    public enum LineJoinType : System.Enum 
    Members
    MemberDescription
    Bevel An angle joint is used to connect lines.
    Miter Line join shall be mitered.
    Round Lines joined together have a round join
    Inheritance Hierarchy

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

    See Also