Skip to main content

IConicGradientBrush Interface

Definition

Namespace:Avalonia.Media
Assembly:Avalonia.Base
Package:Avalonia

Paints an area with a conic gradient.

public interface IConicGradientBrush

Implements: IBrush, IGradientBrush

Properties

NameDescription
AngleGets the starting angle for the gradient in degrees, measured from the point above the center point.
CenterGets 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; }