Gets or sets a value indicating whether the symbol '0' is shown when the value equals to zero.

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

Syntax

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

Property Value

Type: Boolean
true if '0' is shown when the value equals to zero; otherwise, empty string will be a result of formatting.

See Also