[]
        
(Showing Draft Content)

GrapeCity.Drawing.LineJoin

LineJoin Enum

Represents how lines join together.

Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum LineJoin : byte
Public Enum LineJoin As Byte

Fields

Name Description
Bevel

An angle joint is used to connect lines.

Miter

Line join is mitered.

Round

Lines joined together have a round join.