Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / PathShadeType Property


In This Topic
PathShadeType Property (IFillFormat)
In This Topic
Gets or sets the path type for the specified fill.
Syntax
'Declaration
 
Property PathShadeType As PathShadeType
 
'Usage
 
Dim instance As IFillFormat
Dim value As PathShadeType
 
instance.PathShadeType = value
 
value = instance.PathShadeType
See Also