alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ColorSelectedCommandArgs

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

    Inheritance
    System.Object
    ColorSelectedCommandArgs
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class ColorSelectedCommandArgs : Object

    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 - 2026 Syncfusion Inc. All Rights Reserved