Aspose::Page::XPS::XpsModel::XpsRadialGradientBrush class

XpsRadialGradientBrush class

Class incapsulating RadialGradientBrush property element features. This element is used to specify a radial gradient brush.

class XpsRadialGradientBrush : public Aspose::Page::XPS::XpsModel::XpsGradientBrush

Methods

MethodDescription
Clone()Clones this radial graduent brush.
get_Center() constReturns/sets the center point of the radial gradient (that is, the center of the ellipse).
get_GradientOrigin() constReturns/sets the origin point of the radial gradient.
get_RadiusX() constReturns/sets the radius in the x dimension of the ellipse which defines the radial gradient.
get_RadiusY() constReturns/sets the radius in the y dimension of the ellipse which defines the radial gradient.
set_Center(System::Drawing::PointF)Returns/sets the center point of the radial gradient (that is, the center of the ellipse).
set_GradientOrigin(System::Drawing::PointF)Returns/sets the origin point of the radial gradient.
set_RadiusX(float)Returns/sets the radius in the x dimension of the ellipse which defines the radial gradient.
set_RadiusY(float)Returns/sets the radius in the y dimension of the ellipse which defines the radial gradient.

See Also