Class KanbanErrorBarSettings
This class is used to customize the appearance of the error bar that appears in the KanbanColumn's header.
Inheritance
Namespace: Syncfusion.Maui.Kanban
Assembly: Syncfusion.Maui.Kanban.dll
Syntax
public class KanbanErrorBarSettings : BindableObject
Constructors
KanbanErrorBarSettings()
Declaration
public KanbanErrorBarSettings()
Fields
FillProperty
Identifies the Fill bindable property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
HeightProperty
Identifies the Height bindable property.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
MaxValidationFillProperty
Identifies the MaxValidationFill bindable property.
Declaration
public static readonly BindableProperty MaxValidationFillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
MinValidationFillProperty
Identifies the MinValidationFill bindable property.
Declaration
public static readonly BindableProperty MinValidationFillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Fill
Gets or sets the default color value of the error bar.
Declaration
public Brush Fill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
Height
Gets or sets the height of the error bar.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
MaxValidationFill
Gets or sets the color value of the error bar for the MaximumLimit validation.
Declaration
public Brush MaxValidationFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
Remarks
This color will be applied to the error bar when the card count in the KanbanColumn is greater than the MaximumLimit value.
MinValidationFill
Gets or sets the color value of the error bar for MinimumLimit validation.
Declaration
public Brush MinValidationFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
Remarks
This color will be applied to the error bar when the card count in the KanbanColumn is less than the MinimumLimit value.