'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether the label should clip the contour line it annotates.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property ClipContour As System.Boolean
'Usage
Dim instance As NContourLabelStyle Dim value As System.Boolean instance.ClipContour = value value = instance.ClipContour
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether the label should clip the contour line it annotates.")] [System.ComponentModel.DefaultValue(true)] public System.bool ClipContour {get; set;}