ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsShapeSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapsShapeSettings

    Inheritance
    System.Object
    EJTagHelper
    MapsShapeSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsShapeSettings : EJTagHelper

    Constructors

    MapsShapeSettings()

    Declaration
    public MapsShapeSettings()

    Properties

    Autofill

    Enables or disables the filling of color for the shapes automatically.

    Declaration
    public bool Autofill { get; set; }
    Property Value
    Type Description
    System.Boolean

    Border

    Sets and gets the options for customizing the color and width of the border for the shapes in maps.

    Declaration
    public MapsBorder Border { get; set; }
    Property Value
    Type Description
    MapsBorder

    BorderColorValuePath

    Sets and gets the value path from the data source to set the color for the border of a particular shape in maps.

    Declaration
    public string BorderColorValuePath { get; set; }
    Property Value
    Type Description
    System.String

    BorderWidthValuePath

    Sets and gets the value path from the data source to set the width for the border of a particular shape in maps.

    Declaration
    public string BorderWidthValuePath { get; set; }
    Property Value
    Type Description
    System.String

    CircleRadius

    Sets and gets the radius of the shape.

    Declaration
    public double CircleRadius { get; set; }
    Property Value
    Type Description
    System.Double

    ColorMapping

    Sets and gets the options to map the color for some set of the shapes in maps.

    Declaration
    public List<MapsColorMapping> ColorMapping { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapsColorMapping>

    ColorValuePath

    Sets and gets the value path from the data source to set the color for the shapes in maps.

    Declaration
    public string ColorValuePath { get; set; }
    Property Value
    Type Description
    System.String

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    DashArray

    Sets and gets the dash-array for the shapes in maps.

    Declaration
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String

    Fill

    Sets and gets the color of the shapes in maps.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Opacity

    Sets and gets the opacity for the shapes in maps.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Palette

    Sets and gets a set of colors for the shapes in maps.

    Declaration
    public string[] Palette { get; set; }
    Property Value
    Type Description
    System.String[]

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    ValuePath

    Sets and gets the value from the data source based on which the shape gets rendered.

    Declaration
    public string ValuePath { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved