Skip to main content
All docs
V25.1
  • VectorMapAnnotationConfigImageBuilder(OptionsOwnerContext) Constructor

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

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public VectorMapAnnotationConfigImageBuilder(
        OptionsOwnerContext context
    )

    Parameters

    Name Type Description
    context OptionsOwnerContext

    For internal use only.

    Remarks

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

    See Also