GradientRadialShading

GradientRadialShading class

Represents gradient radial shading type.

The GradientRadialShading type exposes the following members:

Constructors

NameDescription
GradientRadialShading()Initializes a new instance of the GradientRadialShading class.
GradientRadialShading(start_color, end_color)Initializes a new instance of the GradientRadialShading class

Properties

NameDescription
startGets or sets starting circle center point.
endGets or sets ending circle center point.
starting_radiusGets or sets starting circle radius.
ending_radiusGets or sets ending circle radius.
start_colorGets or sets start color.
end_colorGets or sets end color.

See Also