The main class for the WPF ToolBarSetUpObjects Control.

For a list of all members of this class, see ToolBarSetUpObjects Members.

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                Newtone.ImageKit.WPF

public class ToolBarSetUpObjects : System.Windows.Controls.UserControl

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:

ToolBarSetupObjects

 

The ToolBarAnnotation control contains the following items:

 

Items Related to the Rectangle, RoundRectangle, Ellipse, and Image Objects

Item Explanation
AspectRatio AspectRatio Button This button sets the ImageKit.Edit.AspectRatio property for the Rectangle, RoundRectangle, Ellipse, and Image objects.
RoundRectangleRadius 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 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 WordWrap Button This button sets the ImageKit.Edit.WordWrap property.
VerticalText VerticalText Button This button sets the ImageKit.Edit.VerticalText property.
RightToLeft RightToLeft Button This button sets the ImageKit.Edit.RightToLeft property.
Border Border Button This button sets the ImageKit.Edit.Border property.
BorderColor BorderColor Button This button sets the ImageKit.Edit.BorderColor property.
BorderColorOpacity BorderColorOpacity Textbox and Buttons These items set the ImageKit.Edit.BorderColorOpacity
BorderShape BorderShape Combobox This combobox sets the ImageKit.Edit.BorderShape property for the Stamp object.
TextAlign TextAlign This combobox sets the ImageKit.Edit.TextAlign property for the Stamp object.

Requirement

Namespace: Newtone.ImageKit.WPF

Assembly: Newtone.ImageKit.WPF.ImageKit.dll

See Also

ToolBarSetUpObjects Members

 

The ImageKit WPF is created by Newtone Corporation