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