CompositionGradientBrush.RotationAngle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置画笔的旋转角度(以弧度为单位)。
public:
property float RotationAngle { float get(); void set(float value); };
float RotationAngle();
void RotationAngle(float value);
public float RotationAngle { get; set; }
var single = compositionGradientBrush.rotationAngle;
compositionGradientBrush.rotationAngle = single;
Public Property RotationAngle As Single
属性值
Single
float
画笔的旋转角度(以弧度为单位)。