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

In This Topic
    SymbolSize Property (ScatterMapLayerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ScatterMapLayer<T>.SymbolSize. Sets the symbol size for rendering GeoJSON points/multi-points.
    Syntax
    'Declaration
     
    Public Property SymbolSize As Integer
    public int SymbolSize {get; set;}
    See Also