RoundedCorners Property (C1SuperTooltipBase)
In This Topic
Gets or sets whether the tooltip window has rounded corners.
Syntax
'Declaration
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("ST.RoundedCorners", "Gets or sets whether the tooltip window has rounded corners.")>
<DefaultValueAttribute(False)>
Public Property RoundedCorners As Boolean
[C1Category("Appearance")]
[C1Description("ST.RoundedCorners", "Gets or sets whether the tooltip window has rounded corners.")]
[DefaultValue(false)]
public bool RoundedCorners {get; set;}
See Also