Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FillFormat Class / GradientFill Property

In This Topic
    GradientFill Property
    In This Topic
    Gets the gradient fill.

    This property has effect only if the Type of this fill format is FillType.Gradient.

    Syntax
    'Declaration
     
    Public ReadOnly Property GradientFill As GradientFill
    public GradientFill GradientFill {get;}
    See Also