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