共用方式為


SceneModelTransform.RotationAngleInDegrees 屬性

定義

取得或設定以度為單位套用至節點的旋轉角度。

public:
 property float RotationAngleInDegrees { float get(); void set(float value); };
float RotationAngleInDegrees();

void RotationAngleInDegrees(float value);
public float RotationAngleInDegrees { get; set; }
var single = sceneModelTransform.rotationAngleInDegrees;
sceneModelTransform.rotationAngleInDegrees = single;
Public Property RotationAngleInDegrees As Single

屬性值

Single

float

以度為單位套用至節點的旋轉角度。

適用於