Visual.RotationAngleInDegrees プロパティ

定義

ビジュアルの回転角度を度単位で指定します。 アニメーション化可能。

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

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

プロパティ値

Single

float

ビジュアルの回転角度を度単位で指定します。

注釈

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

適用対象