This property sets the width of the lines (the pen width) of the selected object.
[Visual Basic] Public Property
SelectedObjectPenWidth As Integer
[C#] public int SelectedObjectPenWidth {get;
set;}
Property Value
An integer representing the width of the line (pen width)
Default value is 0.
Explanation
The SelectedObjectPenWidth property sets the width of the lines (the pen width) of the selected object (in pixels).
This property is disabled when the selected object is a Text, Stamp, or Image 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 a Text, Stamp, or Image object, this property value is 0.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit