menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Shape

    Show / Hide Table of Contents

    Class Shape

    Inheritance
    System.Object
    EJTagHelper
    Shape
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.DataVisualization.Models.Diagram
    Assembly: Syncfusion.EJ.dll
    Syntax
    [Obsolete("Use Node properties")]
    public class Shape : EJTagHelper

    Constructors

    Shape()

    Declaration
    public Shape()

    Shape(Shapes)

    Declaration
    public Shape(Shapes type)
    Parameters
    Type Name Description
    Shapes type

    Fields

    _mText

    Declaration
    public TextBlock _mText
    Field Value
    Type Description
    TextBlock

    Properties

    CornerRadius

    Declaration
    [JsonProperty("cornerRadius")]
    [Obsolete("Use BasicShape.CornerRadius")]
    public double CornerRadius { get; set; }
    Property Value
    Type Description
    System.Double

    PathData

    Declaration
    [JsonProperty("pathData")]
    [Obsolete("Use BasicShape.PathData")]
    public string PathData { get; set; }
    Property Value
    Type Description
    System.String

    PointCollection

    Declaration
    [Obsolete("Use BasicShape.Points")]
    public virtual Collection PointCollection { get; }
    Property Value
    Type Description
    Collection

    Points

    Declaration
    [JsonProperty("points")]
    [Obsolete("Use BasicShape.Points")]
    public Collection Points { get; set; }
    Property Value
    Type Description
    Collection

    Src

    Declaration
    [Obsolete("Use ImageNode.Source")]
    [JsonProperty("src")]
    public string Src { get; set; }
    Property Value
    Type Description
    System.String

    TemplateId

    Declaration
    [JsonProperty("templateId")]
    [Obsolete("Use NativeNode.TemplateId/HtmlNode.TemplateId")]
    public string TemplateId { get; set; }
    Property Value
    Type Description
    System.String

    TextBlock

    Declaration
    [Obsolete("Use TextNode.TextBlock")]
    [JsonProperty("textBlock")]
    public TextBlock TextBlock { get; set; }
    Property Value
    Type Description
    TextBlock

    Type

    Declaration
    [Obsolete("Use Node.Type")]
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("type")]
    public Shapes Type { get; set; }
    Property Value
    Type Description
    Shapes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved