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