Class ThreeDRotation
Inheritance
System.Object
ThreeDRotation
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ThreeDRotation : object
Properties
DistanceFromGround
Declaration
public double DistanceFromGround { get; set; }
Property Value
Type |
Description |
System.Double |
|
Preset
Declaration
public PresetCameraType Preset { get; set; }
Property Value
XRotation
Declaration
public double XRotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
YRotation
Declaration
public double YRotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZRotation
Declaration
public double ZRotation { get; set; }
Property Value
Type |
Description |
System.Double |
|