BorderColor Property (C1SuperTooltipBase)
In This Topic
Gets or sets whether the color of the border drawn around the tooltip when the
Border property is set to true.
Syntax
'Declaration
<C1DescriptionAttribute("ST.BorderColor", "Gets or sets whether the color of the border drawn around the tooltip when the Border property is set to true.")>
<DefaultValueAttribute(System.Drawing.Color, "InfoText")>
<C1CategoryAttribute("Appearance")>
Public Property BorderColor As Color
[C1Description("ST.BorderColor", "Gets or sets whether the color of the border drawn around the tooltip when the Border property is set to true.")]
[DefaultValue(System.Drawing.Color, "InfoText")]
[C1Category("Appearance")]
public Color BorderColor {get; set;}
See Also