GradientFill.GradientStopList Property
Gradient Stop List.Represents the element tag in schema: a:gsLst
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Property GradientStopList As GradientStopList
Get
Set
'Uso
Dim instance As GradientFill
Dim value As GradientStopList
value = instance.GradientStopList
instance.GradientStopList = value
public GradientStopList GradientStopList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.GradientStopList