Class MoreColorsView
Represents a control to choose a color.
Inheritance
System.Object
MoreColorsView
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class MoreColorsView : Control
Remarks
This control is used in more color dialog window. This dialog is used to select a color that does not exist in SfColorPalette.
Constructors
MoreColorsView()
Initializes a new instance of the MoreColorsView class.
Declaration
public MoreColorsView()
Fields
CurrentBrushProperty
Identifies CurrentBrush dependency property.
Declaration
public static readonly DependencyProperty CurrentBrushProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
NewBrushProperty
Identifies NewBrush dependency property.
Declaration
public static readonly DependencyProperty NewBrushProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Properties
CurrentBrush
Gets or sets the current selected brush of SfColorPalette.
Declaration
public Brush CurrentBrush { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Media.Brush |
NewBrush
Gets or sets the brush selected in more color dialog.
Declaration
public Brush NewBrush { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Media.Brush |