FillFormat.GradientVariant 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 shade variant for the specified fill as an integer value from 1 through 4.
public:
property int GradientVariant { int get(); };
public int GradientVariant { get; }
Public ReadOnly Property GradientVariant As Integer
Property Value
Remarks
The values for this property correspond to the gradient variants (numbered from left to right and from top to bottom) on the Gradient tab in the Fill Effects dialog box.
This property is read-only. Use the OneColorGradient(MsoGradientStyle, Int32, Single) or TwoColorGradient(MsoGradientStyle, Int32) method to set the gradient variant for the fill.