Class GradientEdge
Inheritance
System.Object
GradientEdge
Syntax
public class GradientEdge : Edge
Properties
Declaration
public Color inputColor { get; }
Property Value
outputColor
Declaration
public Color outputColor { get; }
Property Value
Methods
DrawEdge()
Declaration
protected override void DrawEdge()
OnStyleResolved(ICustomStyle)
Declaration
protected override void OnStyleResolved(ICustomStyle styles)
Parameters
Type |
Name |
Description |
ICustomStyle |
styles |
|
UpdateClasses(ConcreteSlotValueType, ConcreteSlotValueType)
Declaration
public void UpdateClasses(ConcreteSlotValueType outputType, ConcreteSlotValueType inputType)
Parameters