[]
Creates a new gradient fill with the specified colors.
public GradientFill(Color color0, Color color1)
Public Sub New(color0 As Color, color1 As Color)
Type | Name | Description |
---|---|---|
Color | color0 | Start color of the gradient |
Color | color1 | End color of the gradient |
Creates a new gradient fill with the specified colors and the specified style of gradient.
public GradientFill(Color color0, Color color1, GradientStyle style)
Public Sub New(color0 As Color, color1 As Color, style As GradientStyle)
Type | Name | Description |
---|---|---|
Color | color0 | Start color of the gradient |
Color | color1 | End color of the gradient |
GradientStyle | style | Style of gradient |