Class ArcVisual

Definition

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

A class encapsulating the property map of the arc visual.

C#
Copy
public class ArcVisual : VisualMap
Inheritance
ArcVisual

Constructors

View Source

ArcVisual()

Constructor.

Declaration
C#
Copy
public ArcVisual()

Properties

View Source

Cap

The cap style of the arc.

Declaration
C#
Copy
public ArcVisual.CapType Cap { get; set; }
Property Value
Type Description
ArcVisual.CapType
View Source

StartAngle

The start angle where the arc begins in degrees.

Declaration
C#
Copy
public float StartAngle { get; set; }
Property Value
Type Description
Single
View Source

SweepAngle

The sweep angle of the arc in degrees.

Declaration
C#
Copy
public float SweepAngle { get; set; }
Property Value
Type Description
Single
View Source

Thickness

The thickness of the arc.

Declaration
C#
Copy
public float Thickness { get; set; }
Property Value
Type Description
Single

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides

Extension Methods