LineColorVisible: Boolean
The LineColorVisible property determines whether to show the tab for selecting line color.
If the property is set to False, the tab for selecting line color is not displayed. By default the property is set to True.
To execute the example, the page must contain the BorderCombo component named borderC (see Example of creating the BorderCombo component). Hide the tab for line color selection:
borderC.setLineColorVisible(false);
Seebsp;also: