CompositionSurfaceBrush.RotationAngle 屬性

定義

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

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

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

屬性值

Single

float

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

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於