Enum ArcVisual.CapType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Enumeration for the cap style of the arc line.

C#
Copy
public 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.

Extension Methods