Gets or sets a value indicating whether the value is shown in short form.
Namespace: Dapfor.Wpf.ConvertersAssembly: 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: Booleantrue if value is shown in short form; otherwise, false.