menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorConditionValue - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorConditionValue

    Represents condition value for colorset condition.

    Inheritance
    System.Object
    ConditionValue
    ColorConditionValue
    Implements
    IColorConditionValue
    IConditionValue
    Inherited Members
    ConditionValue.Equals(Object)
    ConditionValue.GetHashCode()
    ConditionValue.Operator
    ConditionValue.Type
    ConditionValue.Value
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ColorConditionValue : ConditionValue, IColorConditionValue, IConditionValue

    Constructors

    ColorConditionValue(ConditionValueType, String, Color)

    Initializes new instance of the class.

    Declaration
    public ColorConditionValue(ConditionValueType type, string value, Color color)
    Parameters
    Type Name Description
    ConditionValueType type

    Type of the condition.

    System.String value

    Value of the object.

    System.Drawing.Color color

    Format color.

    Properties

    FormatColorRGB

    The color assigned to the threshold of a color scale conditional format.

    Declaration
    public Color FormatColorRGB { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Implements

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