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