Interface ILinearGradientBrush
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
StartPoint
Gets or sets the start point for the gradient.
RelativePoint StartPoint { get; }