Class RasterStyle
  
  
  
  
  
  
  Assembly: Mapsui.dll
  Syntax
  
    public class RasterStyle : IStyle
   
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Enabled
  Gets or sets whether objects in this style is rendered or not
Declaration
  
    public bool Enabled { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  MaxVisible
  Gets or sets the maximum zoom value where the style is applied
Declaration
  
    public double MaxVisible { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  MinVisible
  Gets or sets the minimum zoom value where the style is applied
Declaration
  
    public double MinVisible { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Opacity
  Gets or sets the objects overall opacity
Declaration
  
    public float Opacity { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  TileCache
  
  
  Declaration
  
    public IDictionary<object, IBitmapInfo?> TileCache { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  UpdateCache(long)
  
  
  Declaration
  
    public void UpdateCache(long iteration)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | long | iteration |  | 
    
  
  Implements
  
  Extension Methods