FillFormat.PresetGradientType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.