struct GUIStyleSheetBorderElement

Style information for a single border side (left, right, top or bottom).

Public

Methods

GetVisibleWidth

u32 GetVisibleWidth() const

Returns the width of the border if visible, or zero otherwise.

Fields

Width

u32 Width

Size of the border in logical pixel units.

Zero means no border.

Color

Color of the border.

Style

Style how to render the border.

Operators

operator==

bool operator==(const GUIStyleSheetBorderElement &other) const