Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / Gradient Property


In This Topic
Gradient Property (SpreadNotesContainer)
In This Topic
Gets or sets the gradient.
Syntax
'Declaration
 
Public Overrides Property Gradient As PSGradient
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim value As PSGradient
 
instance.Gradient = value
 
value = instance.Gradient
See Also