Show / Hide Table of Contents

    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 Source

    MapInfoRecord(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 Source

    Feature

    Declaration
    public IFeature Feature { get; set; }
    Property Value
    Type Description
    IFeature
    | Improve this Doc View Source

    Layer

    Declaration
    public ILayer Layer { get; set; }
    Property Value
    Type Description
    ILayer
    | Improve this Doc View Source

    Style

    Declaration
    public IStyle Style { get; set; }
    Property Value
    Type Description
    IStyle
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX