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

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

Property Value

A value of type System.Windows.Controls.Label

Explanation

The LabelBorderColorOpacityUnit property sets or retrieves the Label control displaying the "BorderColorOpacityUnit" label on the ToolBarSetupObjects control.

Because the "BorderColorOpacityUnit" label is a Label control, you can use the LabelBorderColorOpacityUnit property to change the "BorderColorOpacityUnit" 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