BeginArrowheadWidth
LineFormat.BeginArrowheadWidth property
获取和设置线条的开始箭头宽度类型。
public MsoArrowheadWidth BeginArrowheadWidth { get; set; }
例子
[C#]
lineFmt.BeginArrowheadWidth = MsoArrowheadWidth.Medium;
也可以看看
- enum MsoArrowheadWidth
- class LineFormat
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells