FillFormat.GradientDegree 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 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.