public @property HaruLineJoin lineJoin()
Gets the current line join style of the page.
Returns
when succeed, it returns the current line join style of the page. Otherwise it returns HaruLineJoin.miterJoin
public @property void lineJoin(HaruLineJoin join)
Sets the line join style in the page.
Parameters
join | The line join style. ## Graphics Mode Before and after - GMode.pageDescription or GMode.textObject. |