WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorBarSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorBarSettings

    Provides the validation support which includes validation color properties.

    Inheritance
    System.Object
    ErrorBarSettings
    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 Description
    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 Description
    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 Description
    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 Description
    System.Windows.DependencyProperty

    Properties

    Color

    Gets or sets a SolidColorBrush which indicates error bar color.

    Declaration
    public SolidColorBrush Color { get; set; }
    Property Value
    Type Description
    System.Windows.Media.SolidColorBrush

    Height

    Gets or sets the suggested height of the error bar.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    System.Windows.Media.SolidColorBrush
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved