次の方法で共有


CompositionShape.RotationAngleInDegrees プロパティ

定義

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

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

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

プロパティ値

Single

float

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

適用対象