AngleProperty Class |
[Missing <summary> documentation for "T:Demo3D.Utilities.AngleProperty"]
Namespace: Demo3D.Utilities
public class AngleProperty : DoubleProperty
The AngleProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| AngleProperty | Initializes a new instance of the AngleProperty class | |
| AngleProperty(Double) | Initializes a new instance of the AngleProperty class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from DoubleProperty.) | |
| GetHashCode | (Inherited from DoubleProperty.) | |
| GetTypeCode | (Inherited from DoubleProperty.) | |
| ToBoolean | (Inherited from DoubleProperty.) | |
| ToByte | (Inherited from DoubleProperty.) | |
| ToChar | (Inherited from DoubleProperty.) | |
| ToDateTime | (Inherited from DoubleProperty.) | |
| ToDecimal | (Inherited from DoubleProperty.) | |
| ToDouble | (Inherited from DoubleProperty.) | |
| ToInt16 | (Inherited from DoubleProperty.) | |
| ToInt32 | (Inherited from DoubleProperty.) | |
| ToInt64 | (Inherited from DoubleProperty.) | |
| ToSByte | (Inherited from DoubleProperty.) | |
| ToSingle | (Inherited from DoubleProperty.) | |
| ToString | (Inherited from DoubleProperty.) | |
| ToString(IFormatProvider) | (Inherited from DoubleProperty.) | |
| ToType | (Inherited from DoubleProperty.) | |
| ToUInt16 | (Inherited from DoubleProperty.) | |
| ToUInt32 | (Inherited from DoubleProperty.) | |
| ToUInt64 | (Inherited from DoubleProperty.) |
| Name | Description | |
|---|---|---|
| (Double to AngleProperty) |
Implicitly converts a double to an instance of AngleProperty.
| |
| (Int32 to AngleProperty) |
Implicitly converts an int to an instance of AngleProperty.
| |
| (Single to AngleProperty) |
Implicitly converts a float to an instance of AngleProperty.
|