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