Up to date

This page is up to date for Godot 4.0. If you still find outdated information, please open an issue.

HSeparator

Inherits: Separator < Control < CanvasItem < Node < Object

A horizontal line used for separating other controls.

Description

A horizontal separator used for separating other controls that are arranged vertically. HSeparator is purely visual and normally drawn as a StyleBoxLine.

Theme Properties

int

separation

4

StyleBox

separator


Theme Property Descriptions

int separation = 4

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


StyleBox separator

The style for the separator line. Works best with StyleBoxLine.