Skip to main content
Version: 3.5

CanvasLineJoin

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the type of corner created, when two lines meet.

public enum CanvasLineJoin : Enum

Fields

NameDescription
BevelCreates a beveled corner.
MiterDefault. Creates a sharp corner.
RoundCreates a rounded corner.

Used By

NameDescription
Canvas.LineJoinSets or returns the type of corner created, when two lines meet.