Table of Contents

Interface IConicGradientBrush

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Paints an area with a conic gradient.

[NotClientImplementable]
public interface IConicGradientBrush : IGradientBrush, IBrush
Inherited Members
Extension Methods

Properties

Angle

Gets the starting angle for the gradient in degrees, measured from the point above the center point.

double Angle { get; }

Property Value

double

Center

Gets the center point for the gradient.

RelativePoint Center { get; }

Property Value

RelativePoint