Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

VSeparator

Inherits: Separator < Control < CanvasItem < Node < Object

Vertical version of Separator.

Description

Vertical version of Separator. Even though it looks vertical, it is used to separate objects horizontally.

Theme Properties

int

separation

4

StyleBox

separator


Theme Property Descriptions

int separation = 4

The width of the area covered by the separator. Effectively works like a minimum width.


StyleBox separator

The style for the separator line. Works best with StyleBoxLine (remember to enable StyleBoxLine.vertical).