This property sets or retrieves ToolStripLabel control displaying the units for the "StartArrowCapSize" item on the ToolBarSetupLines control.

[Visual Basic]Public Property LabelStartArrowCapSizeUnit As System.Windows.Forms.ToolStripLabel
[C#]public System.Windows.Forms.ToolStripLabel LabelStartArrowCapSizeUnit {get; set;}

Property Value

A value of type System.Windows.Forms.ToolStripLabel

Explanation

The LabelStartArrowCapSizeUnit property sets or retrieves ToolStripLabel control displaying the units for the "StartArrowCapSize" item on the ToolBarSetupLines control.

Because the "StartArrowCapSizeUnit" label is a ToolStripLabel control, you can use the LabelStartArrowCapSizeUnit property to change the "StartArrowCapSizeUnit" label settings, generate events, etc.

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

See Also

ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines

 

The ImageKit.NET3 is created by Newtone Corporation