ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / DrawingShape Class / StartPoint Property

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