CanvasLineCap

Wisej.Web.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

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

NameDescription

Sets or returns the style of the end caps for a line.

Last updated