FillFormat.GradientDegree Property

Definition

Returns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light).

public:
 property float GradientDegree { float get(); };
public float GradientDegree { get; }
Public ReadOnly Property GradientDegree As Single

Property Value

Remarks

The GradiantDegree property is read-only. Use the OneColorGradient(MsoGradientStyle, Int32, Single) method to set the gradient degree for the fill.

Applies to