'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(1)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the maximum number of breaks that this scale break can generate")> Public Property MaxScaleBreakCount As System.Integer
'Usage
Dim instance As NAutoScaleBreak Dim value As System.Integer instance.MaxScaleBreakCount = value value = instance.MaxScaleBreakCount
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(1)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the maximum number of breaks that this scale break can generate")] public System.int MaxScaleBreakCount {get; set;}