menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DiagramPort

    Inheritance
    System.Object
    DiagramPort
    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 DiagramPort

    Constructors

    DiagramPort()

    Declaration
    public DiagramPort()

    Properties

    BorderColor

    Declaration
    [JsonProperty("borderColor")]
    public string BorderColor { get; set; }
    Property Value
    Type Description
    System.String

    BorderWidth

    Declaration
    [JsonProperty("borderWidth")]
    public double BorderWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Constraints

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("constraints")]
    public PortConstraints Constraints { get; set; }
    Property Value
    Type Description
    PortConstraints

    FillColor

    Declaration
    [JsonProperty("fillColor")]
    public string FillColor { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Offset

    Declaration
    [JsonProperty("offset")]
    public DiagramPoint Offset { get; set; }
    Property Value
    Type Description
    DiagramPoint

    PathData

    Declaration
    [JsonProperty("pathData")]
    public string PathData { get; set; }
    Property Value
    Type Description
    System.String

    Ports

    Declaration
    public Collection Ports { get; }
    Property Value
    Type Description
    Collection

    Shape

    Declaration
    [JsonProperty("shape")]
    [JsonConverter(typeof(StringEnumConverter))]
    public PortShapes Shape { get; set; }
    Property Value
    Type Description
    PortShapes

    Size

    Declaration
    [JsonProperty("size")]
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    Visibility

    Declaration
    [JsonProperty("visibility")]
    [JsonConverter(typeof(StringEnumConverter))]
    public PortVisibility Visibility { get; set; }
    Property Value
    Type Description
    PortVisibility
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved