LinearGradientColorBrushStartPoint Property
Coordinates of the starting 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 StartPoint { get; set; }
Public Property StartPoint As PointF
Get
Set
public:
property PointF StartPoint {
PointF get ();
void set (PointF value);
}
member StartPoint : PointF with get, set
Property Value
PointF