ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class MapsShapeSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    MapsShapeSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    [HtmlAttributeName("autofill")]
    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
    [HtmlAttributeName("border")]
    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
    [HtmlAttributeName("borderColorValuePath")]
    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
    [HtmlAttributeName("borderWidthValuePath")]
    public string BorderWidthValuePath { get; set; }
    Property Value
    Type Description
    System.String

    CircleRadius

    Sets and gets the radius of the shape.

    Declaration
    [HtmlAttributeName("circleRadius")]
    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
    [HtmlAttributeName("colorMapping")]
    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
    [HtmlAttributeName("colorValuePath")]
    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
    [HtmlAttributeName("dashArray")]
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String

    Fill

    Sets and gets the color of the shapes in maps.

    Declaration
    [HtmlAttributeName("fill")]
    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
    [HtmlAttributeName("opacity")]
    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
    [HtmlAttributeName("palette")]
    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
    [HtmlAttributeName("valuePath")]
    public string ValuePath { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved