This property determines whether or not the Text button is displayed in the ToolBarAnnotation control.

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

Property Value

Value Explanation
True (default) The "Text" button is displayed in the ToolBarAnnotation control.
False The "Text" button is not displayed in the ToolBarAnnotation control.

Explanation

The ButtonTextVisible property determines whether or not the "Text" button is displayed in the ToolBarAnnotation control. If false, the Text button is not displayed.

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Wpf.ToolBarAnnotation

 

The ImageKit WPF is created by Newtone Corporation