IShapeFill
GradientDegree Property
|
Returns the gradient degree of the specified one-color shaded XlsFill as a floating-point
value from 0.0 (dark) through 1.0 (light)
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double GradientDegree { get; set; }
Property GradientDegree As Double
Get
Set
property double GradientDegree {
double get ();
void set (double value);
}
abstract GradientDegree : float with get, set
Property Value
Type:
Double
See Also