Class SolidColorInfo
Represents the class for solid color element composition.
Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class SolidColorInfo : ColorInfo, INotifyPropertyChangedConstructors
SolidColorInfo(SolidColorBrush)
Initializes a new instance of the SolidColorInfo class.
Declaration
public SolidColorInfo(SolidColorBrush brush)Parameters
| Type | Name | Description | 
|---|---|---|
| Microsoft.UI.Xaml.Media.SolidColorBrush | brush | Brush value to be manipulated. | 
Properties
CMYKColor
Gets or sets the CMYK color elements composition.
Declaration
public CMYKColor CMYKColor { get; set; }Property Value
| Type | 
|---|
| CMYKColor | 
Color
Gets or sets the Color of the ColorPicker.
Declaration
public RGBColor Color { get; set; }Property Value
| Type | 
|---|
| RGBColor | 
HSLColor
Gets or sets the HSL color elements composition.
Declaration
public HSLColor HSLColor { get; set; }Property Value
| Type | 
|---|
| HSLColor | 
HSVColor
Gets or sets the HSV color elements composition.
Declaration
public HSVColor HSVColor { get; set; }Property Value
| Type | 
|---|
| HSVColor | 
Methods
RaisePropertyChanged(String)
Raises this object's PropertyChanged event.
Declaration
protected override void RaisePropertyChanged(string propertyName)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | propertyName | The property that has a new value. | 
Overrides
Implements
      System.ComponentModel.INotifyPropertyChanged