次の方法で共有


CompositionGradientBrush.RotationAngle プロパティ

定義

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

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

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

プロパティ値

Single

float

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

適用対象