Freigeben über


CompositionSurfaceBrush.RotationAngleInDegrees Eigenschaft

Definition

Der Drehwinkel des Pinsels in Grad.

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

Eigenschaftswert

Single

float

Der Drehwinkel des Pinsels in Grad.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: