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 |