ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / WijJsonData Class / Vectors Property

In This Topic
    Vectors Property
    In This Topic
    Gets a collection of C1VectorItemBase that specifies the vectors to be drawn.
    Syntax
    'Declaration
     
    Public ReadOnly Property Vectors As System.Collections.Generic.List(Of C1VectorItemBase)
    public System.Collections.Generic.List<C1VectorItemBase> Vectors {get;}
    See Also