Enum ArcVisual.CapType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Enumeration for the cap style of the arc line.
C#Copypublic enum CapType : int
Name | Description |
---|---|
Butt | The arc does not extend beyond its two endpoints. |
Round | The arc will be extended by a half circle with the center at the end. |