This property sets or retrieves the Label control displaying the "StartArrowCapSize" item on the ToolBarSetupLines control.

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

Property Value

A value of type System.Windows.Controls.Label

Explanation

The LabelStartArrowCapSize property sets or retrieves the Label control displaying the "StartArrowCapSize" item on the ToolBarSetupLines control.

Because the "StartArrowCapSize" label is a Label control, you can use the LabelStartArrowCapSize property to change the "StartArrowCapSize" label settings, generate events, etc.

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

See Also

ToolBarSetupLines Members | Newtone.ImageKit.Wpf.ToolBarSetupLines

 

The ImageKit WPF is created by Newtone Corporation