Class NoColorSelectedEventArgs
Represents the class for no color button event for SfColorPicker.
Inheritance
System.Object
NoColorSelectedEventArgs
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class NoColorSelectedEventArgs : EventArgs
Constructors
NoColorSelectedEventArgs()
Initializes a new instance of the NoColorSelectedEventArgs class.
Declaration
public NoColorSelectedEventArgs()
Properties
Brush
Gets or sets the no color brush.
Declaration
public Brush Brush { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Media.Brush |
Remarks
Default value is Microsoft.UI.Colors.Transparent. Value of no color can be changed.