ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / DrawingShape Class / StartPoint Property

In This Topic
    StartPoint Property (DrawingShape)
    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