Share via


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

ブラシの回転角度 (度単位)。

適用対象