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 a SolidColorBrush which indicates error bar color.
Declaration
public SolidColorBrush Color { get; set; }
Property Value
Type |
---|
System.Windows.Media.SolidColorBrush |
Height
Gets or sets the suggested height of the error bar.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
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 |