'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the inflate of the scale ranges adjacent to the scale break")> Public Property Inflate As NScaleBreakInflate
'Usage
Dim instance As NScaleBreak Dim value As NScaleBreakInflate instance.Inflate = value value = instance.Inflate
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the inflate of the scale ranges adjacent to the scale break")] public NScaleBreakInflate Inflate {get; set;}