次の方法で共有


CompositeTransform.Rotation プロパティ

定義

角度 (°) の単位で時計回りの回転の角度を取得または設定します。

public:
 property double Rotation { double get(); void set(double value); };
double Rotation();

void Rotation(double value);
public double Rotation { get; set; }
var double = compositeTransform.rotation;
compositeTransform.rotation = double;
Public Property Rotation As Double
<CompositeTransform Rotation="double"/>

プロパティ値

Double

double

時計回りの回転角度 (°)。 既定値は 0 です。

適用対象