ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / NoneShape Class / Verticies Property

In This Topic
    Verticies Property (NoneShape)
    In This Topic
    Gets or sets the verticies of this NoneShape (polyline).
    Syntax
    'Declaration
     
    Public Property Verticies As Integer(,)
    public int[,] Verticies {get; set;}
    See Also