Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / GradientSection Class / GradientSection Constructor / GradientSection Constructor(Color,Int32)
Color
Amount of the gradient


In This Topic
GradientSection Constructor(Color,Int32)
In This Topic
Creates a new color gradient section with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal amount As Integer _
)
 
'Usage
 
Dim color As Color
Dim amount As Integer
 
Dim instance As New GradientSection(color, amount)

Parameters

color
Color
amount
Amount of the gradient
See Also