ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Canvas Namespace / ArcShape Class / Verticies Property

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