'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the data label.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property AllowLabelToFlip As System.Boolean
'Usage
Dim instance As NContourLabelStyle Dim value As System.Boolean instance.AllowLabelToFlip = value value = instance.AllowLabelToFlip
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the visibility of the data label.")] [System.ComponentModel.DefaultValue(false)] public System.bool AllowLabelToFlip {get; set;}