GuiSeparatorCtrl
A control that renders a horizontal or vertical separator with an optional text label (horizontal only)
Public Attributes
int
string
Optional text label to display.
bool
int
Left margin of text label.
Orientation of separator.
Detailed Description
A control that renders a horizontal or vertical separator with an optional text label (horizontal only)
new GuiSeparatorCtrl() { profile = "GuiDefaultProfile"; position = "505 0"; extent = "10 17"; minExtent = "10 17"; canSave = "1"; visible = "1"; horizSizing = "left"; };
Public Attributes
int borderMargin
string caption
Optional text label to display.
bool invisible
int leftMargin
Left margin of text label.
GuiSeparatorType type
Orientation of separator.