Visual.RotationAngle プロパティ

定義

ビジュアルの回転角度 (ラジアン)。 アニメーション化可能。

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

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

プロパティ値

Single

float

ビジュアルの回転角度 (ラジアン)。

注釈

ラジアンの代わりに度を使用するには、 RotationAngleInDegrees を使用します。

Visual では、軸角度と向きによって、2 つの形式の回転がサポートされています。

このプロパティはアニメーション化できます。 CompositionObject.StartAnimation を呼び出して、CompositionAnimation に関連付けます。

適用対象