The main class for the WinForm ToolBarSetUpObjects Control.
For a list of all members of this class, see ToolBarSetUpObjects Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
Newtone.ImageKit.Win
Explanation
The ToolBarSetUpObjects control is a toolbar that holds buttons and other items related to annotation objects other than lines. Annotation objects that use these functions are the Rectangle, RoundRectangle, Ellipse, Image, Text, and Stamp objects. The ToolBarSetupObjects control gives you an easy, user friendly way of accessing and setting properties related to these objects.
The ToolBarSetupObjects control lools like this:
The ToolBarAnnotation control contains the following items:
Items Related to the Rectangle, RoundRectangle, Ellipse, and Image Objects
Item | Explanation | |
---|---|---|
AspectRatio Button | This button sets the ImageKit.Edit.AspectRatio property for the Rectangle, RoundRectangle, Ellipse, and Image objects. | |
RoundRectangleRadius Textbox and Buttons | These items set the ImageKit Control's ImageKit.Edit.RoundRectangleRadius property |
Items Related to the Text and Stamp Objects
Item | Explanation | |
---|---|---|
Font Button | This button displays the font dialog and sets the following font related ImageKit Control properties: ImageKit.Edit.FontBold, ImageKit.Edit.FontItalic, ImageKit.Edit.FontName, ImageKit.Edit.FontSize, ImageKit.Edit.FontStrikeout, ImageKit.Edit.FontUnderline. | |
WordWrap Button | This button sets the ImageKit.Edit.WordWrap property. | |
VerticalText Button | This button sets the ImageKit.Edit.VerticalText property. | |
RightToLeft Button | This button sets the ImageKit.Edit.RightToLeft property. | |
Border Button | This button sets the ImageKit.Edit.Border property. | |
BorderColor Button | This button sets the ImageKit.Edit.BorderColor property. | |
BorderColorOpacity Textbox and Buttons | These items set the ImageKit.Edit.BorderColorOpacity | |
BorderShape Combobox | This combobox sets the ImageKit.Edit.BorderShape property for the Stamp object. | |
TextAlign | This combobox sets the ImageKit.Edit.TextAlign property for the Stamp object. |
Requirement
Namespace: Newtone.ImageKit.Win
Assembly: Newtone.ImageKit.Win.ImageKit.dll
See Also