Search Results for

    Show / Hide Table of Contents

    Class MapInfoRecord

    Inheritance
    object
    MapInfoRecord
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering
    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
    Type Name Description
    IFeature feature
    IStyle style
    ILayer layer

    Properties

    | Edit this page View Source

    Feature

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

    Layer

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

    Style

    Declaration
    public IStyle Style { get; set; }
    Property Value
    Type Description
    IStyle
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX