|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
View configuration for a single workspace setting. More...
Properties | |
| string | Label [get, set] |
| Label describing the setting. | |
| string | Tooltip [get, set] |
| Tooltip with more information about the setting. | |
| string | Icon [get, set] |
| Icon for this setting. | |
| Geometry | IconGeometry [get, set] |
| Icon Geometry for this setting. | |
| WorkspaceSettingEditorTypes | Editor [get, set] |
| Type of editor to use for this setting. | |
| bool | SupportResetToDefault = true [get, set] |
| Support for resetting the setting value to the default value. | |
View configuration for a single workspace setting.
Definition at line 9 of file WorkspaceSettingViewConfig.cs.
|
getset |
Type of editor to use for this setting.
Definition at line 34 of file WorkspaceSettingViewConfig.cs.
|
getset |
Icon for this setting.
This should be e.g. "\uE787". If this is null, IconDrawingImage is used.
Definition at line 24 of file WorkspaceSettingViewConfig.cs.
|
getset |
Icon Geometry for this setting.
This is used instead of Icon when Icon is null.
Definition at line 29 of file WorkspaceSettingViewConfig.cs.
|
getset |
Label describing the setting.
Definition at line 14 of file WorkspaceSettingViewConfig.cs.
|
getset |
Support for resetting the setting value to the default value.
Definition at line 39 of file WorkspaceSettingViewConfig.cs.
|
getset |
Tooltip with more information about the setting.
Definition at line 19 of file WorkspaceSettingViewConfig.cs.