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