WPF

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

    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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Windows.Media.SolidColorBrush
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved