Class GradientBackground

GradientBackground class

internal use

public class GradientBackground : BackgroundColorObject

Constructors

NameDescription
GradientBackground()The default constructor.

Properties

NameDescription
ColorStops { get; set; }colorstops
R { get; set; }r
Type { get; set; }type
X { get; set; }x
X2 { get; set; }x2
Y { get; set; }y
Y2 { get; set; }y2

Fields

NameDescription
_colorStops
_r
_type
_x
_x2
_y
_y2

See Also