Enum StrokeCapType
Definition
- Namespace:
- Tizen.NUI.BaseComponents.VectorGraphics
- Assembly:
- Tizen.NUI.dll
Enumeration for The cap style to be used for stroking the path.
public enum StrokeCapType
Fields
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. |