Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorItemBase Class
Members

In This Topic
    VectorItemBase Class
    In This Topic
    An element for C1VectorLayer.
    Object Model
    VectorItemBase ClassLOD Structure
    Syntax
    'Declaration
     
    
    <DefaultPropertyAttribute("Content")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <ContentPropertyAttribute("Content")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class VectorItemBase 
       Inherits System.Windows.Controls.UserControl
    [DefaultProperty("Content")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [ContentProperty("Content")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class VectorItemBase : 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.VectorItemBase
                                  C1.WPF.Maps.VectorItem
                                  C1.WPF.Maps.VectorPolygon
                                  C1.WPF.Maps.VectorPolyline

    See Also