menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramSegment

    Show / Hide Table of Contents

    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
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("type")]
    public Segments Type { get; set; }
    Property Value
    Type Description
    Segments
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved