次の方法で共有


CompositionShape.RotationAngle プロパティ

定義

図形の回転角度をラジアン単位で取得または設定します。

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

void RotationAngle(float value);
public float RotationAngle { get; set; }
var single = compositionShape.rotationAngle;
compositionShape.rotationAngle = single;
Public Property RotationAngle As Single

プロパティ値

Single

float

図形の回転角度をラジアン単位で指定します。

適用対象