menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DiagramNode

    Nodes are graphical objects used to visually represent the geometrical information, process flow, internal business procedure, entity, or any other kind of data.

    Inheritance
    System.Object
    DiagramNode
    BasicShape
    BPMNNode
    FlowShape
    HtmlNode
    ImageNode
    NativeNode
    TextNode
    UMLActivityShape
    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.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class DiagramNode

    Constructors

    DiagramNode()

    Declaration
    public DiagramNode()

    Properties

    AddInfo

    Declaration
    [JsonProperty("addInfo")]
    public object AddInfo { get; set; }
    Property Value
    Type Description
    System.Object

    BorderColor

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

    BorderDashArray

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

    BorderGradient

    Declaration
    [JsonProperty("borderGradient")]
    public Gradient BorderGradient { get; set; }
    Property Value
    Type Description
    Gradient

    BorderWidth

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

    CollapseIcon

    Declaration
    [JsonProperty("collapseIcon")]
    public DiagramIcon CollapseIcon { get; set; }
    Property Value
    Type Description
    DiagramIcon

    Constraints

    Declaration
    [JsonProperty("constraints")]
    [JsonConverter(typeof(StringEnumConverter))]
    public NodeConstraints Constraints { get; set; }
    Property Value
    Type Description
    NodeConstraints

    ExpandIcon

    Declaration
    [JsonProperty("expandIcon")]
    public DiagramIcon ExpandIcon { get; set; }
    Property Value
    Type Description
    DiagramIcon

    FillColor

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

    Gradient

    Declaration
    [JsonProperty("gradient")]
    public Gradient Gradient { get; set; }
    Property Value
    Type Description
    Gradient

    Height

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

    ID

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

    IsExpanded

    Declaration
    [JsonProperty("isExpanded")]
    public bool IsExpanded { get; set; }
    Property Value
    Type Description
    System.Boolean

    Labels

    Declaration
    [JsonProperty("labels")]
    public Collection Labels { get; }
    Property Value
    Type Description
    Collection

    MarginBottom

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

    MarginLeft

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

    MarginRight

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

    MarginTop

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

    MaxHeight

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

    MaxWidth

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

    MinHeight

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

    MinWidth

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

    Name

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

    Nodes

    Declaration
    public Collection Nodes { get; }
    Property Value
    Type Description
    Collection

    OffsetX

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

    OffsetY

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

    Opacity

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

    PaletteItem

    Declaration
    [JsonProperty("paletteItem")]
    public PaletteItem PaletteItem { get; set; }
    Property Value
    Type Description
    PaletteItem

    Parent

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

    Pivot

    Declaration
    [JsonProperty("pivot")]
    public DiagramPoint Pivot { get; set; }
    Property Value
    Type Description
    DiagramPoint

    Ports

    Declaration
    [JsonProperty("ports")]
    public Collection Ports { get; }
    Property Value
    Type Description
    Collection

    RotateAngle

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

    Shadow

    Declaration
    [JsonProperty("shadow")]
    public Shadow Shadow { get; set; }
    Property Value
    Type Description
    Shadow

    Shape

    Declaration
    [Obsolete("Use Type")]
    public Shape Shape { get; set; }
    Property Value
    Type Description
    Shape

    Tag

    Declaration
    [JsonProperty("tag")]
    public object Tag { get; set; }
    Property Value
    Type Description
    System.Object

    Tooltip

    Declaration
    [JsonProperty("tooltip")]
    public Tooltip Tooltip { get; set; }
    Property Value
    Type Description
    Tooltip

    Type

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("type")]
    public Shapes Type { get; set; }
    Property Value
    Type Description
    Shapes

    Visible

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved