|
GuiSeparatorCtrl Class Reference
[General Controls]
A control that renders a horizontal or vertical separator with an optional text label (horizontal only). More...
Inheritance diagram for GuiSeparatorCtrl:
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. |
Detailed Description
A control that renders a horizontal or vertical separator with an optional text label (horizontal only).
- Example:
new GuiSeparatorCtrl() { profile = "GuiDefaultProfile"; position = "505 0"; extent = "10 17"; minExtent = "10 17"; canSave = "1"; visible = "1"; horizSizing = "left"; };
Member Data Documentation
string GuiSeparatorCtrl::caption |
Optional text label to display.
Left margin of text label.
Orientation of separator.
Copyright © GarageGames, LLC. All Rights Reserved.