FillFormat.GradientDegree Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt einen Wert zurück, mit dem angegeben wird, wie dunkel oder hell ein Füllbereich mit einfarbigem Farbverlauf ist.
public:
property float GradientDegree { float get(); };
public float GradientDegree { get; }
member this.GradientDegree : single
Public ReadOnly Property GradientDegree As Single
Eigenschaftswert
Hinweise
A value of 0 (zero) means that black is mixed in with the shape's foreground color to form the gradient; a value of 1 means that white is mixed in; and values between 0 and 1 mean that a darker or lighter shade of the foreground color is mixed in.
Verwenden Sie die OneColorGradient(MsoGradientStyle, Int32, Single) -Methode, um den Grad des Farbverlaufs für die Füllung festzulegen.