BorderMode
Overview
BorderMode is an Enum that defines the border position of UI elements.
This is used in the BorderMode property of Frame and determines whether the border is placed inside, centered, or outside the element.
Items
Name
Value
Description
Insert
0
Places the border inside the element.
Middle
1
Places the border in the center, along the edges of the element.
Outline
2
Places the border outside the element.
See also
FrameLast updated