'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the width of the pen.")> Public Property PenWidth As System.Integer
'Usage
Dim instance As NStrokeInfo Dim value As System.Integer instance.PenWidth = value value = instance.PenWidth
[System.ComponentModel.Description("Gets/sets the width of the pen.")] public System.int PenWidth {get; set;}