Border Widget: Difference between revisions

From C4 Engine Wiki
Jump to navigation Jump to search
(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'...")
 
(No difference)

Latest revision as of 12:33, 15 July 2023

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