XlsShapeFill
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.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual double GradientDegree { get; set; }
Public Overridable Property GradientDegree As Double
Get
Set
public:
virtual property double GradientDegree {
double get ();
void set (double value);
}
abstract GradientDegree : float with get, set
override GradientDegree : float with get, set
Property Value
Type:
Double
Implements
IShapeFill
GradientDegree
See Also