Specifies the working modes of a ColorEditor control.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public enum ColorEditorMode |
Visual Basic
Copy Code
|
|---|
Public Enum ColorEditorMode |
Members| Member name | Description | |
|---|---|---|
![]() |
ShowAllColors |
The control displays both custom and predefined colors. |
![]() |
ShowBasicColors |
The control displays only a set of predefined colors. |
![]() |
ShowCustomColors |
The control displays only custom colors. |
See Also