This property retrieves the width of the lines (the pen width) of the selected object.
[Visual Basic] Public ReadOnly Property
SelectedObjectPenWidth As Integer
[C#] public int SelectedObjectPenWidth
{get;}
Property Value
An integer representing the width of the line (pen width)
Default value is 0.
Explanation
The SelectedObjectPenWidth property retrieves the width of the lines (the pen width) of the selected object (in pixels).
This property is disabled when the selected object is the Text or Image object.
When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, this property value is 0.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit