ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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 Point
    public Point EndPoint {get; set;}
    See Also