Gets or sets the duration to display the tooltip.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public TimeSpan TooltipDuration { get; set; }
Visual Basic
Public Property TooltipDuration As TimeSpan
	Get
	Set
Visual C++
public:
property TimeSpan TooltipDuration {
	TimeSpan get ();
	void set (TimeSpan value);
}
F#
member TooltipDuration : TimeSpan with get, set

Property Value

Type: TimeSpan
The duration of the tooltip.

See Also