Class NativeNode
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 NativeNode : DiagramNode
Constructors
NativeNode()
Declaration
public NativeNode()
Properties
ContentAlignment
Declaration
[JsonProperty("contentAlignment")]
[JsonConverter(typeof(StringEnumConverter))]
public ContentAlignment ContentAlignment { get; set; }
Property Value
Type | Description |
---|---|
ContentAlignment |
Scale
Declaration
[JsonProperty("scale")]
[JsonConverter(typeof(StringEnumConverter))]
public ScaleConstraints Scale { get; set; }
Property Value
Type | Description |
---|---|
ScaleConstraints |
TemplateId
Declaration
[JsonProperty("templateId")]
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String |