Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1LinearBrush Class / EndPoint Property

In This Topic
    EndPoint Property (C1LinearBrush)
    In This Topic
    Gets or sets the coordinates of the end point of the current linear gradient. (0,0) is the top-left corner, (1,1) is the bottom-right corner.
    Syntax
    'Declaration
     
    Public Property EndPoint As C1.Win.Interop.Point
    public C1.Win.Interop.Point EndPoint {get; set;}
    See Also