This property sets or retrieves the Label control displaying the "RoundRectangleRadiusUnit" label on the ToolBarSetupObjects control.

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

Property Value

A value of type System.Windows.Controls.Label

Explanation

The LabelRoundRectangleRadiusUnit property sets or retrieves the Label control displaying the "RoundRectangleRadiusUnit" label on the ToolBarSetupObjects control.

Because the "RoundRectangleRadiusUnit" label is a Label control, you can use the LabelRoundRectangleRadiusUnit property to change the "RoundRectangleRadiusUnit" label text, generate events, etc.

For coding examples, please refer to the ButtonAspectRatio property explanation

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Wpf.ToolBarSetupObjects

 

The ImageKit WPF is created by Newtone Corporation