Class RadialGradient
Represents radial gradient.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RadialGradient : Gradient, IEquatable<ColorBase>, IInstanceIdOwner, IRadialGradient, IGradient, IPatternColor
Constructors
RadialGradient(Point, Point, Double, Double)
Initializes a new instance of the Radial
Declaration
public RadialGradient(Point startPoint, Point endPoint, double startRadius, double endRadius)
Parameters
System. The start point. |
System. The end point. |
System. The start radius. |
System. The end radius. |
Properties
EndRadius
Gets or sets the end radius.
Declaration
public double EndRadius { get; set; }
Property Value
System. The end radius. |
StartRadius
Gets or sets the start radius.
Declaration
public double StartRadius { get; set; }
Property Value
System. The start radius. |
Methods
Equals(ColorBase)
Equalses the specified other.
Declaration
public override bool Equals(ColorBase other)
Parameters
Color The other. |
Returns
System.
|
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |