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