Articles in this section
Category / Section

How to set the Fading Style for the SuperToolTip?

1 min read

 

There are 2 types of Fading effect that can be applied to the SuperToolTip. They are Blend and System.

UseFading property is used to set the Fading effect for the SuperToolTip.

C#

superToolTip1.UseFading = SuperToolTip.FadingType.System;

superToolTip2.UseFading = SuperToolTip.FadingType.Blend;

VB

superToolTip1.UseFading = SuperToolTip.FadingType.System

superToolTip2.UseFading = SuperToolTip.FadingType.Blend

Note: To use this, Syncfusion.Windows.Forms.Tools must be imported as follows.

C#

using Syncfusion.Windows.Forms.Tools;

VB

Imports Syncfusion.Windows.Forms.Tools

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied