다음을 통해 공유


CompositionSurfaceBrush.RotationAngleInDegrees 속성

정의

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

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

속성 값

Single

float

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

적용 대상