다음을 통해 공유


CompositionSurfaceBrush.RotationAngle 속성

정의

브러시의 회전 각도(라디안)입니다.

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

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

속성 값

Single

float

브러시의 회전 각도(라디안)입니다.

적용 대상