Maps for WinRT
ItemsSource Property (C1VectorLayer)


Gets or sets the items source. The items should be collection of C1VectorItemBase objects or ItemTemplate should define C1VectorItemBase object.
Syntax
'Declaration
 
Public Property ItemsSource As IEnumerable
'Usage
 
Dim instance As C1VectorLayer
Dim value As IEnumerable
 
instance.ItemsSource = value
 
value = instance.ItemsSource
public IEnumerable ItemsSource {get; set;}
See Also

Reference

C1VectorLayer Class
C1VectorLayer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback