'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the tooltip will be rounded.")> Public Property HasRounding As System.Boolean
'Usage
Dim instance As NTooltip Dim value As System.Boolean instance.HasRounding = value value = instance.HasRounding
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether the tooltip will be rounded.")] public System.bool HasRounding {get; set;}