CompositionGradientBrush.RotationAngleInDegrees Property

Definition

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

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

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

Property Value

Single

float

The rotation angle of the brush in degrees.

Applies to