Class ColorInfo
Represents a base class for Solid, Linear and Radial brush composition.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public abstract class ColorInfo : NotificationObject, INotifyPropertyChanged
Constructors
ColorInfo()
Declaration
protected ColorInfo()
Properties
Brush
Gets or sets the Brush value that is used for color manipulation.
Declaration
public Brush Brush { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Media.Brush |
Implements
System.ComponentModel.INotifyPropertyChanged