'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the rounding used when calculating paths.")> Public Property Rounding As System.Integer
'Usage
Dim instance As NStrokeInfo Dim value As System.Integer instance.Rounding = value value = instance.Rounding
[System.ComponentModel.Description("Gets/sets the rounding used when calculating paths.")] public System.int Rounding {get; set;}