Freigeben über


Visual.RotationAngleInDegrees Eigenschaft

Definition

Der Drehwinkel des Visuellen in Grad. Animatable.

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

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

Eigenschaftswert

Single

float

Der Drehwinkel des Visuellen in Grad.

Hinweise

Diese Eigenschaft kann animiert werden. Rufen Sie CompositionObject.StartAnimation auf, um es einer CompositionAnimation zuzuordnen.

Gilt für: