CanvasLineJoin
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies the type of corner created, when two lines meet.
- C#
- VB.NET
public enum CanvasLineJoin : Enum
Public Enum CanvasLineJoin As [Enum]
Fields
| Name | Description |
|---|---|
| Bevel | Creates a beveled corner. |
| Miter | Default. Creates a sharp corner. |
| Round | Creates a rounded corner. |
Used By
| Name | Description |
|---|---|
| Canvas.LineJoin | Sets or returns the type of corner created, when two lines meet. |