Class reference
Separator
Inherits Control
Abstract base class for separators.
Description
Abstract base class for separators, used for separating other controls. Separators are purely visual and normally drawn as a StyleBoxLine.
Theme properties
int separation = 0
int separation = 0The size of the area covered by the separator. Effectively works like a minimum width/height.
StyleBox separator
StyleBox separatorThe style for the separator line. Works best with StyleBoxLine (remember to enable StyleBoxLine.vertical for VSeparator).