VSeparator¶
Inherits: Separator < Control < CanvasItem < Node < Object
A vertical line used for separating other controls.
Description¶
A vertical separator used for separating other controls that are arranged horizontally. VSeparator is purely visual and normally drawn as a StyleBoxLine.
Theme Properties¶
|
||
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).