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 dependency property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Fill dependency property. |
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Height dependency property. |
MaxValidationFillProperty
Identifies the MaxValidationFill dependency property.
Declaration
public static readonly BindableProperty MaxValidationFillProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for MaxValidationFill dependency property. |
MinValidationFillProperty
Identifies the MinValidationFill dependency property.
Declaration
public static readonly BindableProperty MinValidationFillProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for MinValidationFill dependency property. |
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.