Partilhar via


FillFormat.OneColorGradient(MsoGradientStyle, Int32, Single) Método

Definição

Define o preenchimento especificado com um gradiente de uma cor.

public:
 void OneColorGradient(Microsoft::Office::Core::MsoGradientStyle Style, int Variant, float Degree);
public void OneColorGradient (Microsoft.Office.Core.MsoGradientStyle Style, int Variant, float Degree);
abstract member OneColorGradient : Microsoft.Office.Core.MsoGradientStyle * int * single -> unit
Public Sub OneColorGradient (Style As MsoGradientStyle, Variant As Integer, Degree As Single)

Parâmetros

Style
MsoGradientStyle

Necessário MsoGradientStyle. O estilo de gradiente.

Variant
Int32

Obrigatório Integer. A variante de gradiente. Pode ser um valor de 1 a 4, correspondente às quatro variações na guia gradiente da caixa de diálogo Efeitos de preenchimento. Se Style for msoGradientFromCenter, esse argumento poderá ser 1 ou 2.

Degree
Single

Obrigatório single. O grau do gradiente. Pode ser um valor de 0.0 (escuro) a 1.0 (claro).

Aplica-se a