Fill.GradientFill Property

Gradient.Represents the element tag in schema: x:gradientFill

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property GradientFill As GradientFill
    Get
    Set
'Usage
Dim instance As Fill
Dim value As GradientFill

value = instance.GradientFill

instance.GradientFill = value
public GradientFill GradientFill { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.GradientFill
Returns GradientFill.

See Also

Reference

Fill Class

Fill Members

DocumentFormat.OpenXml.Spreadsheet Namespace