This property sets whether or not the item used to set the round rectangle radius for the RoundRectangle and Stamp objects is enabled in the property dialog.

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

Property Value

True: The item used to set the round rectangle radius is enabled

False: The item used to set the round rectangle radius is disabled

Default value is True

Explanation

The DialogRoundRectangleRadiusEnabled property sets whether or not the item used to set the round rectangle radius for the RoundRectangle and Stamp objects is enabled in the property dialog.

When this property if false, the item used to set the round rectangle radius will be disabled and cannot be set.

This property is enabled for the RoundRectangle and Stamp objects. Even if the DialogRoundRectangleRadiusEnabled property is true, if the selected object is a Rectangle, Ellipse, or Text object, the round rectangle radius item will be disabled.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation