CanvasLineCap
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies the style of the end caps for a line.
- C#
- VB.NET
public enum CanvasLineCap : Enum
Public Enum CanvasLineCap As [Enum]
Fields
| Name | Description |
|---|---|
| Butt | Default. A flat edge is added to each end of the line. |
| Round | A rounded end cap is added to each end of the line. |
| Square | A square end cap is added to each end of the line. |
Used By
| Name | Description |
|---|---|
| Canvas.LineCap | Sets or returns the style of the end caps for a line. |