This property sets the maximum pen width (and border) that will be allowed in the property dialog.
[Visual Basic] Public Property DialogMaxPenWidth As
Integer
[C#] public int DialogMaxPenWidth {get; set;}
Property Value
The maximum allowable pen width
Default value is 9999
Explanation
The DialogMaxPenWidth property sets the maximum pen width (and border) that will be allowed in the property dialog.
When selecting a single annotation and displaying its properties dialog, the DialogMaxPenWidth property determines the maximum value that can be set in the pen width property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit