Back to Devexpress

FormatConditionRule3ColorScale.MiddleColor Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionrule3colorscale-fe2c2592.md

latest2.0 KB
Original Source

FormatConditionRule3ColorScale.MiddleColor Property

Gets or sets the color corresponding to the midpoint of the target value range.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
[DXCategory("Appearance")]
public Color MiddleColor { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Appearance")>
Public Property MiddleColor As Color

Property Value

TypeDescription
Color

The color corresponding to the midpoint of the target value range.

|

Remarks

To specify the colors for the highest and lowest values of the target range, use the FormatConditionRule2ColorScale.MaximumColor and FormatConditionRule2ColorScale.MinimumColor properties, respectively.

See Also

MaximumColor

MinimumColor

MiddleType

FormatConditionRule3ColorScale Class

FormatConditionRule3ColorScale Members

DevExpress.XtraEditors Namespace