Class StackedLabelProvider
  
  
  
    Inheritance
    
    StackedLabelProvider
   
  
  
  
  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
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  CRS
  The spatial reference ID (CRS)
Declaration
  
    public string? CRS { get; set; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  GetExtent()
  
  
  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
  
  Returns
  
  Implements