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