Color Property (GradientStop)
Gets the color of this gradient stop.
public Color Color {get;}
'Declaration
Public ReadOnly Property Color As Color
'Usage
Dim instance As GradientStop
Dim value As Color
value = instance.Color
Property Value
A
Color value represents the color of this gradient stop.