Share via


CompositionGradientBrush.RotationAngleInDegrees プロパティ

定義

ブラシの回転角度を度単位で取得または設定します。

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

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

プロパティ値

Single

float

ブラシの回転角度を度単位で指定します。

適用対象