Enum StrokeCapType

Definition

Namespace:
Tizen.NUI.BaseComponents.VectorGraphics
Assembly:
Tizen.NUI.dll
API Level:
9

Enumeration for The cap style to be used for stroking the path.

C#
Copy
public enum StrokeCapType
Name Description
Butt

The end of lines is rendered as a full stop on the last point itself.

Round

The end of lines is rendered as a half-circle around the last point.

Square

The end of lines is rendered as a square around the last point.