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