Table of Contents

Interface ILinearGradientBrush

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

A brush that draws with a linear gradient.

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

Properties

EndPoint

Gets or sets the end point for the gradient.

RelativePoint EndPoint { get; }

Property Value

RelativePoint

StartPoint

Gets or sets the start point for the gradient.

RelativePoint StartPoint { get; }

Property Value

RelativePoint