VectorMapProjectionConfigBuilder Class
Provides methods that allow you to configure nested options of the client-side projection object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class VectorMapProjectionConfigBuilder :
OptionsOwnerBuilder
Related API Members
The following members return VectorMapProjectionConfigBuilder objects:
Remarks
Do not instantiate this class explicitly. A new VectorMapProjectionConfigBuilder
class instance is created when you call the Projection(Action<VectorMapProjectionConfigBuilder>) method.
Inheritance
Object
OptionsOwnerBuilder
VectorMapProjectionConfigBuilder
See Also