ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexMapTagHelper Class / Center Property

In This Topic
    Center Property (FlexMapTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexMap<T>.Center. Sets the map center in geo coordinates.
    Syntax
    'Declaration
     
    Public Property Center As DataPoint
    public DataPoint Center {get; set;}
    See Also