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

In This Topic
    C1ShapeAttributes Class
    In This Topic
    This class contains all attributes from dbf file.
    Object Model
    C1ShapeAttributes Class
    Syntax
    'Declaration
     
    
    Public Class C1ShapeAttributes 
       Inherits System.Collections.Generic.Dictionary(Of String,Object)
    public class C1ShapeAttributes : System.Collections.Generic.Dictionary<string,object> 
    Inheritance Hierarchy

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

    See Also