Line

Shape.Line property

获取线条样式

public LineFormat Line { get; }

例子


[C#]
Aspose.Cells.Drawing.LineFormat lineFmt = shape.Line;

也可以看看