ASP.NET Core

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

    Show / Hide Table of Contents

    Class MapSpatialElementTemplate

    Represents a template for a spatial element in the map.

    Inheritance
    System.Object
    MapSpatialElementTemplate
    MapLineTemplate
    MapPointTemplate
    MapPolygonTemplate
    Inherited Members
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public abstract class MapSpatialElementTemplate

    Constructors

    MapSpatialElementTemplate()

    Declaration
    protected MapSpatialElementTemplate()

    Properties

    ActionInfo

    Declaration
    public ActionInfo ActionInfo { get; set; }
    Property Value
    Type Description
    ActionInfo

    DataElementLabel

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

    DataElementName

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

    DataElementOutput

    Declaration
    public DataElementOutputs DataElementOutput { get; set; }
    Property Value
    Type Description
    DataElementOutputs

    Hidden

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

    Label

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

    OffsetX

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

    OffsetY

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

    Style

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    Style

    ToolTip

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

    Methods

    ResetDataElementOutput()

    Declaration
    public void ResetDataElementOutput()

    ShouldSerializeDataElementOutput()

    Declaration
    public bool ShouldSerializeDataElementOutput()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeOffsetX()

    Declaration
    public bool ShouldSerializeOffsetX()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeOffsetY()

    Declaration
    public bool ShouldSerializeOffsetY()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved