This property sets whether or not the "border width" dropdown menu, displayed in the text object's extended property dialog, is enabled.

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

Property Value

True: The "border width" dropdown menu is enabled

False: The "border width" dropdown menu is NOT enabled

Default value is True

Explanation

The TextDialogBorderColorEnabled property sets whether or not the "border width" dropdown menu, displayed in the text object's extended property dialog, is enabled.

When this property is False and the text object's extended property dialog is displayed, the "border width" dropdown menu will be disabled and you will not be able to change the border width value.

To display the text object's extended property dialog, the EnableTextDialog property must be set to True.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation