LinearGradientColorBrushEndPoint Property
Coordinates of the end point of the vector gradient along which the linear gradient is drawn.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public PointF EndPoint { get; set; }
Public Property EndPoint As PointF
Get
Set
public:
property PointF EndPoint {
PointF get ();
void set (PointF value);
}
member EndPoint : PointF with get, set
Property Value
PointF