This property sets whether or not a border is added to the Text or Stamp annotation objects.

[Visual Basic] Public Property Border As Boolean
[C#] public bool Border {get; set;}

Property Value

True: A border is added to the Text and Stamp annotation objects

False: A border is NOT added to thet Text and Stamp annotation objects

Default value is False

Explanation

The Border property sets whether or not a border is added to the Text and Stamp annotation objects.

When this property is True, and a Text or Stamp object is drawn, a border will be drawn around the object. The border color is determined by the BorderColor property and the border width is determined by the PenWidth property.

The Border property is only enabled for Text and Stamp annotation objects.

To make changes to the border after it is drawn around an object, right click on the object to display the context menu, execute the ShowPropertyDialog method to display the property dialog, or use the SelectedObjectBorder property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation