Gets or sets the default blinking duration.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

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

Property Value

Type: TimeSpan
Blinkind duration.

See Also