Class DefaultRendererFactory
Inheritance
DefaultRendererFactory
Assembly: Mapsui.dll
Syntax
public static class DefaultRendererFactory
Properties
|
Edit this page
View Source
Create
Declaration
public static Func<IMapRenderer> Create { get; set; }
Property Value
|
Edit this page
View Source
True once Create has been explicitly assigned.
Platform renderer static constructors check this before registering themselves
as the default factory, so an explicit assignment (e.g. from
SampleConfiguration.ApplyRendererConfig()) is never overwritten.
Declaration
public static bool IsConfigured { get; }
Property Value
Methods
|
Edit this page
View Source
GetRenderer()
Declaration
public static IMapRenderer GetRenderer()
Returns