Class XpsRadialGradientBrush

Class XpsRadialGradientBrush

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

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

public sealed class XpsRadialGradientBrush : XpsGradientBrush

Inheritance

objectXpsObjectXpsBrushXpsTransformableBrushXpsGradientBrushXpsRadialGradientBrush

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

PointF

GradientOrigin

Returns/sets the origin point of the radial gradient.

public PointF GradientOrigin { get; set; }

Property Value

PointF

RadiusX

Returns/sets the radius in the x dimension of the ellipse which defines the radial gradient.

public float RadiusX { get; set; }

Property Value

float

RadiusY

Returns/sets the radius in the y dimension of the ellipse which defines the radial gradient.

public float RadiusY { get; set; }

Property Value

float

Methods

Clone()

Clones this radial graduent brush.

public XpsRadialGradientBrush Clone()

Returns

XpsRadialGradientBrush

Clone of this radial graduent brush.

 English