Gets and sets the width of the pen used to draw the border of the image annotation.
public int PenWidth {get; set;}
public: __property int get_PenWidth();
public: __property void set_PenWidth(
int value
);
public:
property int PenWidth {
int get();
void set ( int value);
}
Property Value
An integer value which represents the pen width, in pixels.