Shape.Line
Shape.Line property
Gets line style
public LineFormat Line { get; }
Examples
[C#]
Aspose.Cells.Drawing.LineFormat lineFmt = shape.Line;
See Also
- class LineFormat
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells
Gets line style
public LineFormat Line { get; }
[C#]
Aspose.Cells.Drawing.LineFormat lineFmt = shape.Line;