Border Property (C1SuperTooltipBase)
In This Topic
Gets or sets whether the tooltip window should display a solid border.
Syntax
'Declaration
<C1DescriptionAttribute("ST.Border", "Gets or sets whether the tooltip window should display a solid border.")>
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute(True)>
Public Property Border As Boolean
[C1Description("ST.Border", "Gets or sets whether the tooltip window should display a solid border.")]
[C1Category("Appearance")]
[DefaultValue(true)]
public bool Border {get; set;}
See Also