Line

Shape.Line property

Obtiene el estilo de línea

public LineFormat Line { get; }

Ejemplos


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

Ver también