Class ErrorBarSettings
Provides the validation support which includes validation color properties.
Inheritance
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class ErrorBarSettings : DependencyObject
Constructors
ErrorBarSettings()
Declaration
public ErrorBarSettings()
Fields
ColorProperty
Using a DependencyProperty as the backing store for Color. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
HeightProperty
Using a DependencyProperty as the backing store for Height. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
MaxValidationColorProperty
Using a DependencyProperty as the backing store for MaxValidationColor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MaxValidationColorProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
MinValidationColorProperty
Using a DependencyProperty as the backing store for MinValidationColor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MinValidationColorProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
Color
Gets or sets the brush that defines the color of the error bar in the KanbanColumn.
Declaration
public SolidColorBrush Color { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Media.SolidColorBrush | The default value of Color is new SolidColorBrush((Color)ColorConverter.ConvertFromString("#CAC4D0")). |
Remarks
This property allows customization of the error bar's appearance by specifying a System.Windows.Media.SolidColorBrush. It helps in visually indicating validation states within the Kanban column.
See Also
Height
Gets or sets the height of the error bar in ErrorBarSettings.
Declaration
public double Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value of Height is 1d. |
Remarks
This property allows you to define the height of the error bar, influencing its visual appearance in the Kanban column.
See Also
MaxValidationColor
Gets or sets a SolidColorBrush which indicates error bar color for maximum exceeds case.
Declaration
public SolidColorBrush MaxValidationColor { get; set; }
Property Value
| Type |
|---|
| System.Windows.Media.SolidColorBrush |
MinValidationColor
Gets or sets a SolidColorBrush which indicates error bar color for minimum exceeds case.
Declaration
public SolidColorBrush MinValidationColor { get; set; }
Property Value
| Type |
|---|
| System.Windows.Media.SolidColorBrush |