共用方式為


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

筆刷的旋轉角度,以弧度為單位。

適用於