Class BasicShape
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 BasicShape : DiagramNode
Constructors
BasicShape()
Declaration
public BasicShape()
Properties
CornerRadius
Declaration
[JsonProperty("cornerRadius")]
public double CornerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PathData
Declaration
[JsonProperty("pathData")]
public string PathData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PointCollection
Declaration
public virtual Collection PointCollection { get; }
Property Value
Type | Description |
---|---|
Collection |
Points
Declaration
[JsonProperty("points")]
public Collection Points { get; set; }
Property Value
Type | Description |
---|---|
Collection |
Shape
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("shape")]
public BasicShapes Shape { get; set; }
Property Value
Type | Description |
---|---|
BasicShapes |