Class ColorModel
Represents a class to get base colors for ColorPalette and generate variant colors.
Inheritance
System.Object
    ColorModel
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class ColorModel : ObjectConstructors
ColorModel()
Initializes a new instance of the ColorModel class.
Declaration
public ColorModel()Properties
Color
Gets or sets the base color to generate color palette.
Declaration
public Color Color { get; set; }Property Value
| Type | 
|---|
| Windows.UI.Color | 
Tooltip
Gets or sets the color name or tool-tip text for base color.
Declaration
public string Tooltip { get; set; }Property Value
| Type | 
|---|
| System.String |