'Declaration
Sub OneColorGradient( _ ByVal gradientStyle As GradientStyle, _ ByVal degree As System.Double _ )
'Usage
Dim instance As IFillFormat Dim gradientStyle As GradientStyle Dim degree As System.Double instance.OneColorGradient(gradientStyle, degree)
void OneColorGradient( GradientStyle gradientStyle, System.double degree )
Parameters
- gradientStyle
- Specifies the style and direction of the gradient fill.
- degree
- Specifies the gradient degree as a value from 0.0 (dark) to 1.0 (light).