Skip to main content

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

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