RightMarginPt
ShapeTextAlignment.RightMarginPt property
以Points为单位返回右边距
public double RightMarginPt { get; set; }
例子
[C#]
shapeTextAlignment.RightMarginPt = 2.0d;
也可以看看
- class ShapeTextAlignment
- 命名空间 Aspose.Cells.Drawing.Texts
- 部件 Aspose.Cells
以Points为单位返回右边距
public double RightMarginPt { get; set; }
[C#]
shapeTextAlignment.RightMarginPt = 2.0d;