Label, jossa näytetään nykyinen kirjoitusnopeus.

Namespace: UIControls
Assembly: UIControls (in UIControls.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected Label CpmCounter { get; set; }
Visual Basic
Protected Property CpmCounter As Label
	Get
	Set
Visual C++
protected:
property Label^ CpmCounter {
	Label^ get ();
	void set (Label^ value);
}

See Also