'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(0.4)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the threshold factor controlling when a break is generated")> Public Property ThresholdFactor As System.Single
'Usage
Dim instance As NAutoScaleBreak Dim value As System.Single instance.ThresholdFactor = value value = instance.ThresholdFactor
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(0.4)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the threshold factor controlling when a break is generated")] public System.float ThresholdFactor {get; set;}