ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.Integer(,)
    public System.int[,] Verticies {get; set;}
    See Also