ComponentOne Maps for WPF and Silverlight
C1.WPF.Maps Namespace / C1VectorItemBase Class
Members

In This Topic
    C1VectorItemBase Class
    In This Topic
    An element for C1VectorLayer.
    Object Model
    C1VectorItemBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1VectorItemBase 
       Inherits System.Windows.Controls.UserControl
    public abstract class C1VectorItemBase : System.Windows.Controls.UserControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            System.Windows.Controls.UserControl
                               C1.WPF.Maps.C1VectorItemBase
                                  C1.WPF.Maps.C1VectorItem
                                  C1.WPF.Maps.C1VectorPolygon
                                  C1.WPF.Maps.C1VectorPolyline

    See Also