[]
Gets of sets the counterclockwise rotation around the vertical axis.
[FpCategory("Category_Appearance")]
public float Rotation { get; set; }
<FpCategory("Category_Appearance")>
Public Property Rotation As Single
Rotation is measured in degrees.
Type | Condition |
---|---|
ArgumentOutOfRangeException | Value is less than -180 or greater than 180. |