This property sets whether or not the group of "Line Style" related comboboxes, buttons, and labels is displayed.
[Visual Basic]Public Property
GroupLineStyleVisible As Boolean
[C#]public bool GroupLineStyleVisible {get;
set;}
Property Value
True: The group of "Line Style" related items is displayed
False: The group of "Line Style" related items is NOT displayed
Default value is True.
Explanation
The GroupLineStyleVisible property sets whether or not the group of "Line Style" related comboboxes, buttons, and labels is displayed. When this property is False, the "DashStyle", "StartLineCap", "EndLineCap", "LineJoin" items and the related separators are not displayed.
See Also
ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines