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()
Assembly: Syncfusion.EJ.Web.dll
Syntax
Constructors
DiagramPort()
Declaration
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
[JsonProperty("constraints")]
[JsonConverter(typeof(StringEnumConverter))]
public PortConstraints Constraints { get; set; }
Property Value
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
PathData
Declaration
[JsonProperty("pathData")]
public string PathData { get; set; }
Property Value
Type |
Description |
System.String |
|
Ports
Declaration
public Collection Ports { get; }
Property Value
Shape
Declaration
[JsonProperty("shape")]
[JsonConverter(typeof(StringEnumConverter))]
public PortShapes Shape { get; set; }
Property Value
Size
Declaration
[JsonProperty("size")]
public double Size { get; set; }
Property Value
Type |
Description |
System.Double |
|
Visibility
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("visibility")]
public PortVisibility Visibility { get; set; }
Property Value