Class DiagramSegment
Inheritance
System.Object
DiagramSegment
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 DiagramSegment
Constructors
DiagramSegment()
Declaration
public DiagramSegment()
Properties
Direction
Declaration
[JsonProperty("direction")]
public string Direction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Length
Declaration
[JsonProperty("length")]
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Point
Declaration
[JsonProperty("point")]
public DiagramPoint Point { get; set; }
Property Value
Type | Description |
---|---|
DiagramPoint |
Point1
Declaration
[JsonProperty("point1")]
public DiagramPoint Point1 { get; set; }
Property Value
Type | Description |
---|---|
DiagramPoint |
Point2
Declaration
[JsonProperty("point2")]
public DiagramPoint Point2 { get; set; }
Property Value
Type | Description |
---|---|
DiagramPoint |
Segments
Declaration
public Collection Segments { get; }
Property Value
Type | Description |
---|---|
Collection |
Type
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public Segments Type { get; set; }
Property Value
Type | Description |
---|---|
Segments |