GetSolidColor Method
GetSolidColor()
Returns color that can be used instead of gradient colors.
Declaration
public Color? GetSolidColor()
Public Function GetSolidColor() As Color?
Returns
| Type |
Description |
| Color? |
Returns solid Color or "null" if the gradient does not support solid color.
|