WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorModel

    Show / Hide Table of Contents

    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 : Object

    Constructors

    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 Description
    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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved