Class MapInfoRecord
  
  
  
    Inheritance
    
    MapInfoRecord
   
  
  
  Assembly: Mapsui.dll
  Syntax
  
    public class MapInfoRecord
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  MapInfoRecord(IFeature, IStyle, ILayer)
  
  
  Declaration
  
    public MapInfoRecord(IFeature feature, IStyle style, ILayer layer)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Feature
  
  
  Declaration
  
    public IFeature Feature { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Layer
  
  
  Declaration
  
    public ILayer Layer { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Style
  
  
  Declaration
  
    public IStyle Style { get; set; }
   
  Property Value