RotationAngle
Shape.RotationAngle property
获取和设置形状的旋转。
public double RotationAngle { get; set; }
例子
[C#]
if(shape.RotationAngle == 45)
shape.RotationAngle = 60;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
获取和设置形状的旋转。
public double RotationAngle { get; set; }
[C#]
if(shape.RotationAngle == 45)
shape.RotationAngle = 60;