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