Background
Gets or sets a value indicating whether the command will execute in a background thread. The default value is false, meaning that the command will be
executed in the UI thread. If this property is set to true, a property of type AsyncDelegateCommand is generated,
even for non-Task execution methods.
Declaration
public bool Background { get; set; }Property Value
| Type | Description |
|---|---|
| bool |