Gets or sets a value indicating whether the value is shown in short form.

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

Syntax

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

Property Value

Type: Boolean
true if value is shown in short form; otherwise, false.

See Also