ColorScale
MidColor Property
|
Get or set the mid value object's corresponding color.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color MidColor { get; set; }
Public Property MidColor As Color
Get
Set
public:
property Color MidColor {
Color get ();
void set (Color value);
}
member MidColor : Color with get, set
Property Value
Type:
Color
See Also