ChartFillFormat.GradientDegree Property

Returns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light). Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property GradientDegree As Single
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As Single

value = instance.GradientDegree
float GradientDegree { get; }

Property Value

Type: System.Single
Single

Remarks

This property is read-only. Use the OneColorGradient(MsoGradientStyle, Int32, Single) method to set the gradient degree for the fill.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.Word Namespace