ClassRadialGradient
Class
Radial gradient that blends colors between two circles defined by centers and radii; use for spotlight or vignette effects.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class RadialGradient : Gradient, IEquatable<ColorBase>
Inheritance: objectColorBasePatternColorGradientRadialGradient
Implements:
Inherited Members
Constructors
RadialGradient(Point, Point, double, double)
Creates a radial gradient with the specified centers and radii.
Properties
EndRadius
Gets or sets the radius of the outer circle where interpolation ends.
Declaration
cs-api-definition
public double EndRadius { get; set; }
Property Value
End radius in user units.
StartRadius
Gets or sets the radius of the inner circle where interpolation starts.
Declaration
cs-api-definition
public double StartRadius { get; set; }
Property Value
Start radius in user units.
Methods
Equals(ColorBase)
Compares this radial gradient with another color for value equality.
GetHashCode()
Serves as a hash function for a particular type.