Class KanbanErrorBarSettings
This class is used to customize the appearance of error bar that appears in the KanbanColumn's header.
Inheritance
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanErrorBarSettings : Object
Remarks
Error bar is a line that appears at the bottom of the header. The color of the error bar indicates whether the column reached the maximum/minimum allowed limit of cards.
Constructors
KanbanErrorBarSettings()
Declaration
public KanbanErrorBarSettings()
Properties
Color
Gets or sets default color for the error bar.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color. |
Height
Gets or sets the height of the error bar
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
MaxValidationColor
Gets or sets the Color value of the error bar for the MaximumLimit validation.
Declaration
public Color MaxValidationColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Remarks
MaxValidationColor will be applied to the error bar when KanbanColumn's card count is greater than the MaximumLimit value.
MinValidationColor
Gets or sets the Color value of the error bar for MinimumLimit validation.
Declaration
public Color MinValidationColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Remarks
MinValidationColor will be applied to the error bar when KanbanColumn's card count is less than the MinimumLimit value.