get_border_color


Description:

[ Version ( since = "0.26" ) ]
public bool get_border_color (out unowned (unowned Color)[] colors)

Obtains the color of border around the 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). If this attribute is not specified, the border color for this element shall be the current text fill color in effect at the start of its associated content.

Parameters:

this

A StructureElement

colors

An array of four Color.

Returns:

true if a color is defined for the element, false otherwise.