Interface IRenderCache
Inherited Members
Namespace: Mapsui.Rendering
Assembly: Mapsui.dll
Syntax
public interface IRenderCache : ILabelCache, ISymbolCache, IVectorCache
Properties
| Edit this page View SourceLabelCache
Declaration
ILabelCache LabelCache { get; set; }
Property Value
| Type | Description |
|---|---|
| ILabelCache |
SymbolCache
Declaration
ISymbolCache SymbolCache { get; set; }
Property Value
| Type | Description |
|---|---|
| ISymbolCache |
VectorCache
Declaration
IVectorCache? VectorCache { get; set; }
Property Value
| Type | Description |
|---|---|
| IVectorCache |