IRadialGradientBrush Interface
Definition
Paints an area with a radial gradient.
public interface IRadialGradientBrush
Properties
| Name | Description |
|---|---|
| Center | Gets the start point for the gradient. |
| GradientOrigin | Gets the location of the two-dimensional focal point that defines the beginning of the gradient. |
| RadiusX | Gets the horizontal radius of the outermost circle of the radial gradient. |
| RadiusY | Gets the vertical radius of the outermost circle of the radial gradient. |
Center Property
Gets the start point for the gradient.
public Avalonia.RelativePoint Center { get; set; }
GradientOrigin Property
Gets the location of the two-dimensional focal point that defines the beginning of the gradient.
public Avalonia.RelativePoint GradientOrigin { get; set; }
RadiusX Property
Gets the horizontal radius of the outermost circle of the radial gradient.
public Avalonia.RelativeScalar RadiusX { get; set; }
RadiusY Property
Gets the vertical radius of the outermost circle of the radial gradient.
public Avalonia.RelativeScalar RadiusY { get; set; }