Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanErrorBarSettings - Xamarin.Android API Reference | Syncfusion KanbanColumn's header. ">

    Show / Hide Table of Contents

    Class KanbanErrorBarSettings

    This class is used to customize the appearance of error bar that appears in the KanbanColumn's header.

    Inheritance
    System.Object
    KanbanErrorBarSettings
    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 Description
    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 Description
    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 Description
    Android.Graphics.Color
    Remarks

    MinValidationColor will be applied to the error bar when KanbanColumn's card count is less than the MinimumLimit value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved