Skip to main content

VectorMapAnnotationConfigBorderBuilder(OptionsOwnerContext) Constructor

Initializes a new instance of the VectorMapAnnotationConfigBorderBuilder class with specified settings.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public VectorMapAnnotationConfigBorderBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

Do not use this constructor explicitly. A new VectorMapAnnotationConfigBorderBuilder class instance is created when you call the Border(Action<VectorMapAnnotationConfigBorderBuilder>) method.

See Also