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

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

Property Value

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

Default value is True.

Explanation

The GroupTextVisible property sets whether or not the group of "Text" related comboboxes, buttons, and labels is displayed. When this property is False, the "Font", "WordWrap", "VerticalText", "RightToLeft", "Border", "BorderColor", "BorderColorOpacity", "BorderShape", and "TextAlignment" items and the related separators are not displayed.

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Wpf.ToolBarSetupObjects

 

The ImageKit WPF is created by Newtone Corporation