Class MapInfoRecord
Inheritance
System.Object
MapInfoRecord
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Rendering
Assembly: Mapsui.dll
Syntax
public class MapInfoRecord
Constructors
| Improve this Doc View SourceMapInfoRecord(IFeature, IStyle, ILayer)
Declaration
public MapInfoRecord(IFeature feature, IStyle style, ILayer layer)
Parameters
Type | Name | Description |
---|---|---|
IFeature | feature | |
IStyle | style | |
ILayer | layer |
Properties
| Improve this Doc View SourceFeature
Declaration
public IFeature Feature { get; set; }
Property Value
Type | Description |
---|---|
IFeature |
Layer
Declaration
public ILayer Layer { get; set; }
Property Value
Type | Description |
---|---|
ILayer |
Style
Declaration
public IStyle Style { get; set; }
Property Value
Type | Description |
---|---|
IStyle |