Gets or sets whether the check sum should be drawn in the label.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public bool ShowCheckDigit { get; set; }
Visual Basic (Declaration)
Public Property ShowCheckDigit As Boolean
Visual C++
public:
property bool ShowCheckDigit {
	bool get ();
	void set (bool value);
}

See Also