Class CustomColor
Representing the class for CustomColor
Inheritance
System.Object
CustomColor
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class CustomColor : Object
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 |