Inherits: StyleBox < Resource < RefCounted < Object
A StyleBox that displays a single line of a given color and thickness.
A StyleBox that displays a single line of a given color and thickness. The line can be either horizontal or vertical. Useful for separators.
| ||
| ||
| ||
| ||
|
Color(0, 0, 0, 1)
The line's color.
1.0
The number of pixels the line will extend before the StyleBoxLine's bounds. If set to a negative value, the line will begin inside the StyleBoxLine's bounds.
1.0
The number of pixels the line will extend past the StyleBoxLine's bounds. If set to a negative value, the line will end inside the StyleBoxLine's bounds.
1
The line's thickness in pixels.
false
If true, the line will be vertical. If false, the line will be horizontal.
© 2014–present Juan Linietsky, Ariel Manzur and the Godot community
Licensed under the Creative Commons Attribution Unported License v3.0.
https://docs.godotengine.org/en/4.2/classes/class_styleboxline.html