'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether to use a custom min value to perform the threshold calculation on the data")> Public Property UseMinValue As System.Boolean
'Usage
Dim instance As NAutoScaleBreak Dim value As System.Boolean instance.UseMinValue = value value = instance.UseMinValue
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether to use a custom min value to perform the threshold calculation on the data")] public System.bool UseMinValue {get; set;}