Search Results for

    Show / Hide Table of Contents

    Class StackedLabelProvider

    Inheritance
    object
    StackedLabelProvider
    Implements
    IProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Providers
    Assembly: Mapsui.dll
    Syntax
    public class StackedLabelProvider : IProvider

    Constructors

    | Edit this page View Source

    StackedLabelProvider(IProvider, LabelStyle, Pen?, Brush?)

    Declaration
    public StackedLabelProvider(IProvider provider, LabelStyle labelStyle, Pen? rectangleLine = null, Brush? rectangleFill = null)
    Parameters
    Type Name Description
    IProvider provider
    LabelStyle labelStyle
    Pen rectangleLine
    Brush rectangleFill

    Properties

    | Edit this page View Source

    CRS

    The spatial reference ID (CRS)

    Declaration
    public string? CRS { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetExtent()

    MRect of data set

    Declaration
    public MRect? GetExtent()
    Returns
    Type Description
    MRect

    BoundingBox

    | Edit this page View Source

    GetFeaturesAsync(FetchInfo)

    Declaration
    public Task<IEnumerable<IFeature>> GetFeaturesAsync(FetchInfo fetchInfo)
    Parameters
    Type Name Description
    FetchInfo fetchInfo
    Returns
    Type Description
    Task<IEnumerable<IFeature>>

    Implements

    IProvider
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX