ChartFillFormat.PresetGradientType Property

Returns the preset gradient 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 PresetGradientType As MsoPresetGradientType
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As MsoPresetGradientType

value = instance.PresetGradientType
MsoPresetGradientType PresetGradientType { get; }

Property Value

Type: MsoPresetGradientType
MsoPresetGradientType

Remarks

Use the PresetGradient(MsoGradientStyle, Int32, MsoPresetGradientType) method to set the preset gradient type for the fill.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.Word Namespace