This property sets whether or not the "VerticalText" button is displayed on the ToolBarSetupObjects control.

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

Property Value

True: The "VerticalText" button is displayed
False: The "VerticalText" button is NOT displayed

Default value is True.

Explanation

The ButtonVerticalTextVisible property sets whether or not the "VerticalText" button is displayed on the ToolBarSetupObjects control. When this property is False, the "VerticalText" button is not displayed.

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Wpf.ToolBarSetupObjects

 

The ImageKit WPF is created by Newtone Corporation