menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorSelectedCommandArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorSelectedCommandArgs

    Represents the class that provides the parameters for the color selected command.

    Inheritance
    System.Object
    ColorSelectedCommandArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class ColorSelectedCommandArgs

    Constructors

    ColorSelectedCommandArgs()

    Declaration
    public ColorSelectedCommandArgs()

    Properties

    Brush

    Gets the selected brush for the color selected command.

    Declaration
    public SolidColorBrush Brush { get; }
    Property Value
    Type
    System.Windows.Media.SolidColorBrush
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved