This property sets whether or not a border is added to the text annotation object.

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

Property Value

True: A border is added to thet text annotation object

False: A border is NOT added to thet text annotation object

Default value is False

Explanation

The Border property sets whether or not a border is added to the text annotation object.

When this property is True, and a text object is drawn, a border will be drawn around the text 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 a text annotation object.

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

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation