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

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

适用于