This property sets the radius for the rounded corners of the selected RoundRectangle and Stamp objects
[Visual Basic] Public Property
SelectedObjectRoundRectangleRadius As Integer
[C#] public int
SelectedObjectRoundRectangleRadius {get; set;}
Property Value
An integer value representing the radius for rounded corners
Default value is 10.
Explanation
The SelectedObjectRoundRectangleRadius property sets the radius for the rounded corners of the selected RoundRectangle and Stamp objects.
This property is only enabled when the selected object is a RoundRectangle or Stamp object.
When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is not a RoundRectangle or Stamp object, this property value is 10.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit