ChartFillFormat.GradientColorType Property
Returns the gradient color type for the specified fill. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property GradientColorType As MsoGradientColorType
Get
'Usage
Dim instance As ChartFillFormat
Dim value As MsoGradientColorType
value = instance.GradientColorType
MsoGradientColorType GradientColorType { get; }
Property Value
Type: MsoGradientColorType
MsoGradientColorType
Remarks
MsoGradientColorType is a return value only which indicates a combination of the other states in the specified range. Use the OneColorGradient(MsoGradientStyle, Int32, Single), PresetGradient(MsoGradientStyle, Int32, MsoPresetGradientType), or TwoColorGradient(MsoGradientStyle, Int32) method to set the gradient type for the fill.