This property sets or retrieves the TextBox control displaying the "RoundRectangleRadius" textbox on the ToolBarSetupObjects control.

[Visual Basic]Public Property TextBoxRoundRectangleRadius As System.Windows.Controls.TextBox
[C#]public System.Windows.Controls.TextBox TextBoxRoundRectangleRadius {get; set;}

Property Value

A value of type System.Windows.Controls.TextBox

Explanation

The TextBoxRoundRectangleRadius property sets or retrieves the TextBox control displaying the "RoundRectangleRadius" textbox on the ToolBarSetupObjects control.

Because the "RoundRectangleRadius" textbox is a TextBox control, you can use the TextBoxRoundRectangleRadius property to change the "RoundRectangleRadius" settings, generate events, etc.

For coding examples, please refer to the TextBoxBorderColorOpacity property explanation.

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Wpf.ToolBarSetupObjects

 

The ImageKit WPF is created by Newtone Corporation