Class XpsRadialGradientBrush
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.4.0)
Class incapsulating RadialGradientBrush property element features. This element is used to specify a radial gradient brush.
public sealed class XpsRadialGradientBrush : XpsGradientBrush
Inheritance
object ← XpsObject ← XpsBrush ← XpsTransformableBrush ← XpsGradientBrush ← XpsRadialGradientBrush
Inherited Members
XpsGradientBrush.GradientStops , XpsGradientBrush.ColorInterpolationMode , XpsGradientBrush.SpreadMethod , XpsTransformableBrush.Transform , XpsBrush.Opacity , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Center
Returns/sets the center point of the radial gradient (that is, the center of the ellipse).
public PointF Center { get; set; }
Property Value
GradientOrigin
Returns/sets the origin point of the radial gradient.
public PointF GradientOrigin { get; set; }
Property Value
RadiusX
Returns/sets the radius in the x dimension of the ellipse which defines the radial gradient.
public float RadiusX { get; set; }
Property Value
RadiusY
Returns/sets the radius in the y dimension of the ellipse which defines the radial gradient.
public float RadiusY { get; set; }
Property Value
Methods
Clone()
Clones this radial graduent brush.
public XpsRadialGradientBrush Clone()
Returns
Clone of this radial graduent brush.