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

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

Property Value

Value of type Shape

Default value is Shape.RoundRectangle

Explanation

The SelectedObjectBorderShape property sets the border color of the selected Stamp annotation object.

This property refers to the border shape of the selected Stamp object. It is enabled only when the selected object is a Stamp object. When the EditKind property is set to values other than KindOfEdit.Select, or when no object has been selected, or when the selected object is not a Stamp object, the SelectedObjectBorderShape property value will be Shape.RoundRectangle.

See also

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

 

The ImageKit WPF is created by Newtone Corporation