Class TextNode
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 TextNode : DiagramNode
Constructors
TextNode()
Declaration
public TextNode()
Fields
_mText
Declaration
public TextBlock _mText
Field Value
Type | Description |
---|---|
TextBlock |
Properties
TextBlock
Declaration
[JsonProperty("textBlock")]
public TextBlock TextBlock { get; set; }
Property Value
Type | Description |
---|---|
TextBlock |