This property sets the text displayed in the PenWidth box's label.

[Visual Basic] Public Property PenWidthLabelText As String
[C#] public string PenWidthLabelText {get; set;}

Property Value

The text displayed in the PenWidth box's label

Default value: "PenWidth"

Explanation

The PenWidthLabelText property sets the text displayed in the PenWidth box's label. The size of the pen used to draw lines, rectangles, ellipses and other annotations is determined by PenWidth. In the ToolBar control, the PenWidth can be set using the PenWidth box. When the PenWidthBoxVisible property is set to True and the PenWidthLabelText property is blank (""), the PenWidth box will be displayed without any label.

For more information about setting PenWidth when editing manually, please refer to the ImageKit.Win.ImageKit.Edit.PenWidth property.

Note: Because the ToolBar control is derived from the .NET ToolStripContainer class, it is possible to access properties for each item in the toolbar. Simply right click the toolbar at design time and in the pop up menu, select "Edit Items". This will display the ToolStripItemCollection Editor where each item's properties and other characteristics can be accessed.

See Also

IkToolBar Members | Newtone.ImageKit.Win.IkToolBar

 

The ImageKit.NET2 is created by Newtone Corporation