Border Widget

From C4 Engine Wiki
Revision as of 12:33, 15 July 2023 by Eric Lengyel (talk | contribs) (Created page with "The '''Border Widget''' displays a one-pixel-wide rectangular border. The border is rendered around the outside of the actual boundary of the widget so that it precisely frames any other widget of the same size. The widget color controls the color of the border. == Settings == The following settings are available specifically for Border Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Border Settings'''}} |- {{Setting|'''Line style'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Border Widget displays a one-pixel-wide rectangular border. The border is rendered around the outside of the actual boundary of the widget so that it precisely frames any other widget of the same size.

The widget color controls the color of the border.

Settings

The following settings are available specifically for Border Widgets.

Setting

Description

Border Settings

Line style

Determines whether the border is rendered as solid, dotted (with either one-pixel dots or two-pixel dots), or dashed.

See Also