IConicGradientBrush Interface
Definition
Paints an area with a conic gradient.
public interface IConicGradientBrush
Properties
| Name | Description |
|---|---|
| Angle | Gets the starting angle for the gradient in degrees, measured from the point above the center point. |
| Center | Gets the center point for the gradient. |
Angle Property
Gets the starting angle for the gradient in degrees, measured from the point above the center point.
public double Angle { get; set; }
Center Property
Gets the center point for the gradient.
public Avalonia.RelativePoint Center { get; set; }