Skip to main content
Version: 3.5

CanvasLineCap

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the style of the end caps for a line.

public enum CanvasLineCap : Enum

Fields

NameDescription
ButtDefault. A flat edge is added to each end of the line.
RoundA rounded end cap is added to each end of the line.
SquareA square end cap is added to each end of the line.

Used By

NameDescription
Canvas.LineCapSets or returns the style of the end caps for a line.