Share via


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

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

適用対象