Specifies the available cap styles used to start and end a line element.
Namespace: Neodynamic.WebControls.ImageDraw
Assembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration LineCapStyle |
C# |
---|
public enum LineCapStyle |
Visual C++ |
---|
public enum class LineCapStyle |
Members
Member | Description |
---|---|
Arrow | |
Burst12Points | |
Burst16Points | |
Burst20Points | |
Burst24Points | |
Circle | |
Diamond | |
Flat | |
Hexagon | |
Octagon | |
Pentagon | |
Rounded | |
RoundedArrow | |
RoundedDiamond | |
RoundedHexagon | |
RoundedOctagon | |
RoundedPentagon | |
RoundedSquare | |
RoundedStar3Points | |
RoundedStar4Points | |
RoundedStar5Points | |
RoundedStar6Points | |
Square | |
Star3Points | |
Star3PointsHeavy | |
Star4Points | |
Star4PointsHeavy | |
Star5Points | |
Star5PointsHeavy | |
Star6Points | |
Star6PointsHeavy |