BackgroundGradient Property (C1SuperTooltipBase)
In This Topic
Gets or sets the background gradient for the tooltips.
Syntax
'Declaration
<C1DescriptionAttribute("ST.BackgroundGradient", "Gets or sets the background gradient for the tooltips.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1CategoryAttribute("Appearance")>
Public Property BackgroundGradient As BackgroundGradient
[C1Description("ST.BackgroundGradient", "Gets or sets the background gradient for the tooltips.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Category("Appearance")]
public BackgroundGradient BackgroundGradient {get; set;}
See Also