CompositionSurfaceBrush.RotationAngleInDegrees 屬性

定義

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

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

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

屬性值

Single

float

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

Windows 需求

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

適用於