ILinearGradientBrush Interface
Definition
A brush that draws with a linear gradient.
public interface ILinearGradientBrush
Properties
| Name | Description |
|---|---|
| EndPoint | Gets or sets the end point for the gradient. |
| StartPoint | Gets or sets the start point for the gradient. |
EndPoint Property
Gets or sets the end point for the gradient.
public Avalonia.RelativePoint EndPoint { get; set; }
StartPoint Property
Gets or sets the start point for the gradient.
public Avalonia.RelativePoint StartPoint { get; set; }