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

画笔的旋转角度(以弧度为单位)。

适用于