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
Vereinsmeisterschaften.ViewModels.WorkspaceSettingViewConfig Class Reference

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.
 

Detailed Description

View configuration for a single workspace setting.

Definition at line 9 of file WorkspaceSettingViewConfig.cs.

Property Documentation

◆ Editor

WorkspaceSettingEditorTypes Vereinsmeisterschaften.ViewModels.WorkspaceSettingViewConfig.Editor
getset

Type of editor to use for this setting.

Definition at line 34 of file WorkspaceSettingViewConfig.cs.

◆ Icon

string Vereinsmeisterschaften.ViewModels.WorkspaceSettingViewConfig.Icon
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.

◆ IconGeometry

Geometry Vereinsmeisterschaften.ViewModels.WorkspaceSettingViewConfig.IconGeometry
getset

Icon Geometry for this setting.

This is used instead of Icon when Icon is null.

Definition at line 29 of file WorkspaceSettingViewConfig.cs.

◆ Label

string Vereinsmeisterschaften.ViewModels.WorkspaceSettingViewConfig.Label
getset

Label describing the setting.

Definition at line 14 of file WorkspaceSettingViewConfig.cs.

◆ SupportResetToDefault

bool Vereinsmeisterschaften.ViewModels.WorkspaceSettingViewConfig.SupportResetToDefault = true
getset

Support for resetting the setting value to the default value.

Definition at line 39 of file WorkspaceSettingViewConfig.cs.

◆ Tooltip

string Vereinsmeisterschaften.ViewModels.WorkspaceSettingViewConfig.Tooltip
getset

Tooltip with more information about the setting.

Definition at line 19 of file WorkspaceSettingViewConfig.cs.


The documentation for this class was generated from the following file: