SvgSymbol.CacheAsBitmap Property
Gets or sets a value that determines whether the symbol is cached as a bitmap.
Syntax
public System.Boolean CacheAsBitmap { get; set; }
Property Value
Default: false
True if the symbol is cached as a bitmap; otherwise, False.
Remarks
Enabling bitmap caching will increase rendering performance in most cases, but may result in reduced rendering quality if the symbol is scaled.
If you want to use a SvgSymbol in a GlobeView, you should set this property to True. It is still possible to have the CacheAsBitmap set to False for symbols in a GlobeView. However, this is not recommended since the symbols will not be drawn as expected.
If the symbol contains for instance a text field that changes frequently, you probably should set this property to False, since the bitmap would have to be regenerated every time the text changes. You would also quickly increase the size of the cache and use a lot of extra memory. The cache used for these bitmaps is separate from the global memory cache.
Platforms
Windows, Linux, Android