This property sets the shape of the border for the Stamp annotation object.

[Visual Basic] Public Property BorderShape As Shape
[C#] public Shape BorderShape {get; set;}

Property Value

Value of type Shape

Default value is Shape.RoundRectangle.

Explanation

The BorderShape property sets the shape of the border for the Stamp annotation object.

This property is enabled when the Border property is True. It is enabled only for Stamp object.

To make changes to the border shape after the Stamp object is drawn, right click on the Stamp object to display the context menu, execute the ShowPropertyDialog method to display the property dialog, or set the SelectedObjectBorderShape property.

See also

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

 

The ImageKit WPF is created by Newtone Corporation