Skybound VisualTips

VisualTipProvider.Animation Property

Gets or sets a value that determines if and how a VisualTip is animated when it is displayed.

[Visual Basic]
Public Property Animation As VisualTipAnimation
[C#]
public VisualTipAnimation Animation {get; set;}

Property Value

One of the VisualTipAnimation values to determines if and how a VisualTip is animated when it is displayed.

Exceptions

Exception Type Condition
InvalidEnumArgumentException The value assigned to the property is not a valid member of the VisualTipAnimation enumeration.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace