Summary
Paints an area with a conic gradient.
- Namespace
- Avalonia
.Media - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IGradientBrush"]
click Interface0 "/api/Avalonia.Media/IGradientBrush"
Type-.->Interface1["IBrush"]
click Interface1 "/api/Avalonia.Media/IBrush"
Type["IConicGradientBrush"]
class Type type-node
Implementing0["ConicGradientBrush"]-.->Type
click Implementing0 "/api/Avalonia.Media/ConicGradientBrush"
Implementing1["ImmutableConicGradientBrush"]-.->Type
click Implementing1 "/api/Avalonia.Media.Immutable/ImmutableConicGradientBrush"
Syntax
public interface IConicGradientBrush : IGradientBrush, IBrush
Properties
Name | Value | Summary |
---|---|---|
Angle | double |
Gets the starting angle for the gradient in degrees, measured from
the point above the center point.
|
Center | RelativePoint |
Gets the center point for the gradient.
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToImmutable |
IBrush |
Converts a brush to an immutable brush.
From BrushExtensions
|