SpreadsheetGear 2017
GradientDegree Property (IFillFormat)






SpreadsheetGear.Shapes Namespace > IFillFormat Interface : GradientDegree Property
Gets the gradient degree of a one-color shaded fill as a value from 0.0 (dark) to 1.0 (light).
Syntax
'Declaration
 
ReadOnly Property GradientDegree As System.Double
'Usage
 
Dim instance As IFillFormat
Dim value As System.Double
 
value = instance.GradientDegree
System.double GradientDegree {get;}
read-only property GradientDegree: System.Double; 
function get GradientDegree : System.double
__property System.double get_GradientDegree();
property System.double GradientDegree {
   System.double get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFillFormat Interface
IFillFormat Members