SSeparator¶
| Property |
Type |
Note |
| Aka |
String |
Name for the widget |
| ColorAndOpacity |
Number Array, Length = 4 |
Linear color values, for example:[0.5, 0.5, 0.5, 1] |
| ForegroundColor |
Number Array, Length = 4 |
Linear color values, for example:[0.5, 0.5, 0.5, 1] |
| Orientation |
String |
Enum: EOrientation: Vertical, Horizontal |
| Thickness |
Number |
|
| ToolTipText |
String |
|
| Visibility |
Enum: EVisibility: Visible, Collapsed, Hidden, HitTestInvisible, SelfHitTestInvisible, All |
|
functions what can be called from ChameleonData¶
Examples¶
Example 1:
"SSeparator":
{
"Thickness":5,
"Orientation": "Horizontal"
}