get_border_thickness


Description:

[ Version ( since = "0.26" ) ]
public bool get_border_thickness (out double[] border_thicknesses)

Obtains the thickness of the border of an element.

The result values are in before-after-start-end ordering (for the typical Western left-to-right writing, that is top-bottom-left-right). A value of 0 indicates that the border shall not be drawn.

Parameters:

this

A StructureElement

border_thicknesses

Array with the four values of border thicknesses.

Returns:

true if the border thickness attribute is defined for the element, false otherwise.