共用方式為


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

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

適用於