Interface IRadialGradientBrush
Paints an area with a radial gradient.
[NotClientImplementable]
public interface IRadialGradientBrush : IGradientBrush, IBrush
- Inherited Members
- Extension Methods
Properties
Center
Gets the start point for the gradient.
RelativePoint Center { get; }
Property Value
GradientOrigin
Gets the location of the two-dimensional focal point that defines the beginning of the gradient.
RelativePoint GradientOrigin { get; }
Property Value
Radius
[Obsolete("Use RadiusX/RadiusY")]
double Radius { get; }
Property Value
RadiusX
Gets the horizontal radius of the outermost circle of the radial gradient.
RelativeScalar RadiusX { get; }
Property Value
RadiusY
Gets the vertical radius of the outermost circle of the radial gradient.
RelativeScalar RadiusY { get; }