Class NoColorSelectedEventArgs

    Show / Hide Table of Contents

    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 Description
    Microsoft.UI.Xaml.Media.Brush
    Remarks

    Default value is Microsoft.UI.Colors.Transparent. Value of no color can be changed.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved