CompositionGradientBrush.RotationAngle Property

Definition

Gets or sets the rotation angle of the brush in radians.

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

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

Property Value

Single

float

The rotation angle of the brush in radians.

Applies to