'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the size of the ruler (in pixels)")> <System.ComponentModel.DefaultValueAttribute(20)> Public Property Size As System.Integer
'Usage
Dim instance As NRuler Dim value As System.Integer instance.Size = value value = instance.Size
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the size of the ruler (in pixels)")] [System.ComponentModel.DefaultValue(20)] public System.int Size {get; set;}