ChartFillFormat.PresetGradientType Property

Definition

Returns the preset gradient type for the specified fill. Read-only.

public:
 property Microsoft::Office::Core::MsoPresetGradientType PresetGradientType { Microsoft::Office::Core::MsoPresetGradientType get(); };
public Microsoft.Office.Core.MsoPresetGradientType PresetGradientType { get; }
member this.PresetGradientType : Microsoft.Office.Core.MsoPresetGradientType
Public ReadOnly Property PresetGradientType As MsoPresetGradientType

Property Value

MsoPresetGradientType

Remarks

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

Applies to