'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the inflate of the label size when clipping the label.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property LabelClipInflate As NLength
'Usage
Dim instance As NContourLabelStyle Dim value As NLength instance.LabelClipInflate = value value = instance.LabelClipInflate
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the inflate of the label size when clipping the label.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength LabelClipInflate {get; set;}