Table of Contents

Interface IRadialGradientBrush

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

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

RelativePoint

GradientOrigin

Gets the location of the two-dimensional focal point that defines the beginning of the gradient.

RelativePoint GradientOrigin { get; }

Property Value

RelativePoint

Radius

[Obsolete("Use RadiusX/RadiusY")]
double Radius { get; }

Property Value

double

RadiusX

Gets the horizontal radius of the outermost circle of the radial gradient.

RelativeScalar RadiusX { get; }

Property Value

RelativeScalar

RadiusY

Gets the vertical radius of the outermost circle of the radial gradient.

RelativeScalar RadiusY { get; }

Property Value

RelativeScalar