menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class BasicShape

    Inheritance
    System.Object
    DiagramNode
    BasicShape
    Inherited Members
    DiagramNode.ID
    DiagramNode.FillColor
    DiagramNode.BorderColor
    DiagramNode.BorderWidth
    DiagramNode.BorderDashArray
    DiagramNode.Opacity
    DiagramNode.Gradient
    DiagramNode.BorderGradient
    DiagramNode.Shadow
    DiagramNode.Tooltip
    DiagramNode.PaletteItem
    DiagramNode.Name
    DiagramNode.Width
    DiagramNode.MinWidth
    DiagramNode.MinHeight
    DiagramNode.MaxWidth
    DiagramNode.MaxHeight
    DiagramNode.MarginLeft
    DiagramNode.MarginTop
    DiagramNode.MarginRight
    DiagramNode.MarginBottom
    DiagramNode.Height
    DiagramNode.OffsetX
    DiagramNode.OffsetY
    DiagramNode.IsExpanded
    DiagramNode.Visible
    DiagramNode.Constraints
    DiagramNode.Tag
    DiagramNode.Labels
    DiagramNode.ExpandIcon
    DiagramNode.CollapseIcon
    DiagramNode.Ports
    DiagramNode.RotateAngle
    DiagramNode.Pivot
    DiagramNode.AddInfo
    DiagramNode.Parent
    DiagramNode.Type
    DiagramNode.Nodes
    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.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class BasicShape : DiagramNode

    Constructors

    BasicShape()

    Declaration
    public BasicShape()

    Properties

    CornerRadius

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

    PathData

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

    PointCollection

    Declaration
    public virtual Collection PointCollection { get; }
    Property Value
    Type Description
    Collection

    Points

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

    Shape

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