ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.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.Xaml.Maps.C1ShapeAttributes

    See Also