Interface IConicGradientBrush
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
Center
Gets the center point for the gradient.
RelativePoint Center { get; }