Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / LinearGradientBrush Class / StartPoint Property

In This Topic
    StartPoint Property
    In This Topic
    Gets or sets the coordinates of the start point of the current linear gradient brush.

    (0,0) is the top-left corner, (1,1) is the bottom-right corner.

    Syntax
    'Declaration
     
    Public Property StartPoint As System.Drawing.PointF
    public System.Drawing.PointF StartPoint {get; set;}
    See Also