[]
        
(Showing Draft Content)

C1.Win.C1Themes.TwoColorGradient.-ctor

TwoColorGradient Constructor

TwoColorGradient()

Initializes a new instance of the TwoColorGradient class.

Declaration
public TwoColorGradient()

TwoColorGradient(Color, Color)

Initializes a new instance of the TwoColorGradient class.

Declaration
public TwoColorGradient(Color color1, Color color2)
Parameters
Type Name Description
Color color1

The first gradient color.

Color color2

The second gradient color.

TwoColorGradient(Color, Color, ThemeBlend)

Initializes a new instance of the TwoColorGradient class.

Declaration
public TwoColorGradient(Color color1, Color color2, ThemeBlend blend)
Parameters
Type Name Description
Color color1

The first gradient color.

Color color2

The second gradient color.

ThemeBlend blend

Gradient color blend.

TwoColorGradient(ThemeColorValue, ThemeColorValue, ThemeBlendValue)

Initializes a new instance of the TwoColorGradient class.

Declaration
public TwoColorGradient(ThemeColorValue color1, ThemeColorValue color2, ThemeBlendValue blend)
Parameters
Type Name Description
ThemeColorValue color1

The first gradient color.

ThemeColorValue color2

The second gradient color.

ThemeBlendValue blend

Gradient color blend.