Gets the remaining blinking time.

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

Syntax

C#
public TimeSpan RemainingBlinkingTime { get; }
Visual Basic
Public ReadOnly Property RemainingBlinkingTime As TimeSpan
	Get
Visual C++
public:
property TimeSpan RemainingBlinkingTime {
	TimeSpan get ();
}
F#
member RemainingBlinkingTime : TimeSpan with get

Property Value

Type: TimeSpan
The remaining blinking time.

See Also