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 |