次の方法で共有


ArcSegment.RotationAngle プロパティ

定義

x 軸を中心にして楕円を回転する量 (度単位) を取得または設定します。

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

void RotationAngle(double value);
public double RotationAngle { get; set; }
var double = arcSegment.rotationAngle;
arcSegment.rotationAngle = double;
Public Property RotationAngle As Double
<ArcSegment RotationAngle="double"/>

プロパティ値

Double

double

x 軸を中心にして楕円を回転する量 (度単位)。 既定値は 0 です。

適用対象