GradientFillProperties.GradientStopList Property
GradientStopList.Represents the element tag in schema: w14:gsLst
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property GradientStopList As GradientStopList
Get
Set
'Usage
Dim instance As GradientFillProperties
Dim value As GradientStopList
value = instance.GradientStopList
instance.GradientStopList = value
public GradientStopList GradientStopList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Word.GradientStopList