Enum MediaBlockPropertyEditorKind
- Namespace
- VisioForge.Core.MediaBlocks.Catalog
- Assembly
- VisioForge.Core.dll
The editor a UI should present for one setting.
public enum MediaBlockPropertyEditorKindFields
Text = 0-
Single-line text.
MultilineText = 1-
Multiline text.
Number = 2-
Numeric value (integer or floating point).
Boolean = 3-
Boolean check.
Enum = 4-
Enumeration member.
Flags = 5-
Bit flags combination.
Color = 6-
Color value.
File = 7-
File path.
Folder = 8-
Folder path.
Uri = 9-
URI or URL.
Resource = 10-
A value the host resolves (device, model, credential, stream) - not directly editable.