Class Degree
Definition
- Assembly:
- Tizen.NUI.dll
An angle in degrees.
This reduces ambiguity when using methods which accept angles in degrees or radians.
C#Copypublic class Degree : Disposable, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic Degree()
Declaration
C#Copypublic Degree(float value)
Parameters
Type | Name | Description |
---|---|---|
float | value | The initial value in degrees. |
Declaration
C#Copypublic Degree(Radian value)
Parameters
Type | Name | Description |
---|---|---|
Radian | value | The initial value in radians. |
Properties
View Source
Value
Gets or sets the value of the degree. This property value is the angle in degrees.
Declaration
C#Copypublic float Value { get; set; }
Property Value
Type | Description |
---|---|
float |
Implements
System.IDisposable