RadialGradient
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:
C#
public class RadialGradient : Gradient, IEquatable<ColorBase>
Inheritance: objectColorBasePatternColorGradientRadialGradient
Implements:
Inherited Members
Constructors
Methods
Properties
Gets or sets the radius of the outer circle where interpolation ends.
C#
public double EndRadius { get; set; }
End radius in user units.
Gets or sets the radius of the inner circle where interpolation starts.
C#
public double StartRadius { get; set; }
Start radius in user units.