menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomColor - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomColor

    Representing the class for CustomColor

    Inheritance
    System.Object
    CustomColor
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class CustomColor

    Constructors

    CustomColor()

    Declaration
    public CustomColor()

    Properties

    Color

    Gets or sets the Color Property.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    ColorName

    Gets or sets a Color Name Property.

    Declaration
    public string ColorName { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved