Back to Devexpress

FormatConditionRule3ColorScale.Middle Property

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

latest1.7 KB
Original Source

FormatConditionRule3ColorScale.Middle Property

Gets or sets a value that specifies 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("Behavior")]
public decimal Middle { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Behavior")>
Public Property Middle As Decimal

Property Value

TypeDescription
Decimal

A value that specifies the midpoint of target the range.

|

Remarks

The Middle property is in effect if the FormatConditionRule3ColorScale.MiddleType property is set to Number or Percent.

See Also

Minimum

Maximum

MiddleColor

FormatConditionRule3ColorScale Class

FormatConditionRule3ColorScale Members

DevExpress.XtraEditors Namespace