Share via


CompositionGradientBrush.RotationAngleInDegrees Eigenschaft

Definition

Ruft den Drehwinkel des Pinsels in Grad ab oder legt den Drehwinkel fest.

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

Eigenschaftswert

Single

float

Der Drehwinkel des Pinsels in Grad.

Gilt für: