ArcSegment.RotationAngle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。