Back to Devexpress

FormatConditionRule2ColorScale.MinimumColor Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionrule2colorscale-8e908b3f.md

latest1.6 KB
Original Source

FormatConditionRule2ColorScale.MinimumColor Property

Gets or sets the color corresponding to the minimum threshold.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Color

A value that specifies the color corresponding to the minimum threshold.

|

See Also

Maximum

Minimum

MaximumColor

FormatConditionRule2ColorScale Class

FormatConditionRule2ColorScale Members

DevExpress.XtraEditors Namespace