ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.Canvas Namespace / DrawingShape Class / EndPoint Property

In This Topic
    EndPoint Property
    In This Topic
    Gets or sets the end point of the shape, in twips.
    Syntax
    'Declaration
     
    Public Property EndPoint As System.Drawing.Point
    public System.Drawing.Point EndPoint {get; set;}
    See Also