Share via


CompositionShape.RotationAngle 속성

정의

셰이프의 회전 각도를 라디안 단위로 가져오거나 설정합니다.

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

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

속성 값

Single

float

도형의 회전 각도(라디안)입니다.

적용 대상