'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the ruler")> <System.ComponentModel.DefaultValueAttribute(True)> Public Overridable Property Visible As System.Boolean
'Usage
Dim instance As NRuler Dim value As System.Boolean instance.Visible = value value = instance.Visible
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls the visibility of the ruler")] [System.ComponentModel.DefaultValue(true)] public virtual System.bool Visible {get; set;}