ComponentOne Maps for WPF and Silverlight
C1.WPF.Maps Namespace / C1MapVirtualLayer Class / ItemTemplate Property

In This Topic
    ItemTemplate Property (C1MapVirtualLayer)
    In This Topic
    Gets or sets the System.Windows.DataTemplate used to display each item.
    Syntax
    'Declaration
     
    
    Public Property ItemTemplate As DataTemplate
    public DataTemplate ItemTemplate {get; set;}
    See Also