Instantiates a new AdaptiveGradientStop.
Namespace: ElecNetKit.Graphing.AdaptiveGradientsAssembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax
public AdaptiveGradientStop( Color Color, IAdaptiveGradientAnchor Anchor )
Parameters
- Color
- Type:
System.Windows.Media Color
The Color of the stop.
- Anchor
- Type: ElecNetKit.Graphing.AdaptiveGradients IAdaptiveGradientAnchor
The location of the stop.
See Also