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