FormatConditionRule2ColorScale.MinimumColor Property
Gets or sets the color corresponding to the minimum threshold.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty]
[DXCategory("Appearance")]
public Color MinimumColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A value that specifies the color corresponding to the minimum threshold. |
See Also