This property sets the radius for the rounded corners of the RoundRectangle and Stamp objects.

[Visual Basic] Public Property RoundRectangleRadius As Integer
[C#] public int RoundRectangleRadius {get; set;}

Property Value

An integer value representing the radius for rounded corners

Default value is 10

Explanation

The RoundRectangleRadius property sets the radius for the rounded corners of the RoundRectangle and Stamp objects.

To change the radius after the object has been drawn, right click on the object to display the context menu, execute the ShowPropertyDialog method to display the properties dialog, or set the SelectedObjectRoundRectangleRadius property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation