'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Indicates whether the quadrant lines are displayed as infinite lines over the X dimension")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property Infinite As System.Boolean
'Usage
Dim instance As NQuadrantLines Dim value As System.Boolean instance.Infinite = value value = instance.Infinite
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Indicates whether the quadrant lines are displayed as infinite lines over the X dimension")] [System.ComponentModel.DefaultValue(true)] public System.bool Infinite {get; set;}