FillFormat.PresetGradientType Property

Definition

Returns the preset gradient type for the specified fill.

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

Property Value

Remarks

The PresetGradiantType property can be one of the MsoPresetGradientType constants.

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

Applies to