Loading...
Wisej.Web.CanvasLineJoin
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the type of corner created, when two lines meet.
public enum CanvasLineJoin : Enum
Public Enum CanvasLineJoin As [Enum]
Bevel
Creates a beveled corner.
Miter
Default. Creates a sharp corner.
Round
Creates a rounded corner.
Canvas.LineJoin
Sets or returns the type of corner created, when two lines meet.