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
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()
Assembly: Syncfusion.EJ.Web.dll
Syntax
Constructors
DiagramNode()
Declaration
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
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
Constraints
Declaration
[JsonProperty("constraints")]
[JsonConverter(typeof(StringEnumConverter))]
public NodeConstraints Constraints { get; set; }
Property Value
ExpandIcon
Declaration
[JsonProperty("expandIcon")]
public DiagramIcon ExpandIcon { get; set; }
Property Value
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
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
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
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
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
Ports
Declaration
[JsonProperty("ports")]
public Collection Ports { get; }
Property Value
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
Shape
Declaration
[Obsolete("Use Type")]
public Shape Shape { get; set; }
Property Value
Tag
Declaration
[JsonProperty("tag")]
public object Tag { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
[JsonProperty("tooltip")]
public Tooltip Tooltip { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public Shapes Type { get; set; }
Property Value
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 |
|