1using System.ComponentModel;
2using System.Windows.Input;
Interface for the workspace setting view model.
bool HasChanged
True, if the setting value is not the snapshot value.
object UntypedMinValue
Minimum value for the setting.
DataTemplate EditorTemplate
Data template to assign a setting dependent editor view.
object UntypedMaxValue
Maximum value for the setting.
object UntypedValue
Value for the setting.
string Label
Label describing the setting.
bool SupportResetToDefault
Support for resetting the setting value to the default value.
bool HasDefaultValue
True if the setting value is the default value.
Type ValueType
Type of the setting value.
string Tooltip
Tooltip for this setting.
ICommand SetToDefaultCommand
Command to set the setting value back to the default value.
string Icon
Icon for this setting.
ICommand ResetCommand
Command to set the setting value back to the snapshot value.