FillFormat.GradientColorType Property

Returns the gradient color type for the specified fill.

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 FillFormat
Dim value As MsoGradientColorType

value = instance.GradientColorType
MsoGradientColorType GradientColorType { get; }

Property Value

Type: MsoGradientColorType

Remarks

Use the OneColorGradient, PresetGradient, or TwoColorGradient method to set the gradient type for the fill.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace