Weight
LineFormat.Weight property
获取或设置线的权重,以点为单位。
public double Weight { get; set; }
例子
[C#]
lineFmt.Weight = 2.0d;
也可以看看
- class LineFormat
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
获取或设置线的权重,以点为单位。
public double Weight { get; set; }
[C#]
lineFmt.Weight = 2.0d;