FillFormat.GradientColorType Propiedad

Definición

Devuelve el tipo de color de degradado para el relleno especificado.

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

Valor de propiedad

Comentarios

Use el OneColorGradient(MsoGradientStyle, Int32, Single)método , PresetGradient(MsoGradientStyle, Int32, MsoPresetGradientType)o TwoColorGradient(MsoGradientStyle, Int32) para establecer el tipo de degradado para el relleno.

Se aplica a