Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
WorkspaceSettingViewConfig.cs
1
2using System.Windows.Media;
3
5{
10 {
14 public string Label { get; set; }
15
19 public string Tooltip { get; set; }
20
24 public string Icon { get; set; }
25
29 public Geometry IconGeometry { get; set; }
30
35
39 public bool SupportResetToDefault { get; set; } = true;
40 }
41}
WorkspaceSettingEditorTypes Editor
Type of editor to use for this setting.
bool SupportResetToDefault
Support for resetting the setting value to the default value.
string Tooltip
Tooltip with more information about the setting.
WorkspaceSettingEditorTypes
Enum with available editor types for workspace settings.