Shape.Line

Shape.Line property

Gets line style

public LineFormat Line { get; }

Examples


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

See Also