This property sets whether or not the group of "Arrow" related comboboxes, buttons, and labels is displayed.

[Visual Basic]Public Property GroupArrowVisible As Boolean
[C#]public bool GroupArrowVisible {get; set;}

Property Value

True: The group of "Arrow" related items is displayed
False: The group of "Arrow" related items is NOT displayed

Default value is True.

Explanation

The GroupArrowVisible property sets whether or not the group of "Arrow" related comboboxes, buttons, and labels is displayed. When this property is False, the "StartArrowCap", "StartArrowCapFilled", "StartArrowCapSizeDown", "StartArrowCapSizeUp", "EndArrowCap", "EndArrowCapFilled", "EndArrowCapSizeDown", and "EndArrowCapSizeUp" items and the related separators are not displayed.

See Also

ToolBarSetupLines Members | Newtone.ImageKit.Wpf.ToolBarSetupLines

 

The ImageKit WPF is created by Newtone Corporation