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

In This Topic
    C1ShapeAttributes Class
    In This Topic
    This class contains all attributes from dbf file.
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.IDictionaryDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class C1ShapeAttributes 
       Inherits System.Collections.Generic.Dictionary(Of String,Object)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.IDictionaryDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class C1ShapeAttributes : System.Collections.Generic.Dictionary<string,object> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          C1.WPF.Maps.C1ShapeAttributes

    See Also