Shape.HasLine
Shape.HasLine property
Gets and sets the line border of the shape is visible.
public bool HasLine { get; set; }
Examples
[C#]
if(shape.HasLine == false)
shape.HasLine = true;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells