Class ConnectionPointWrapper
Inheritance
System.Object
ConnectionPointWrapper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Diagram.Base.dll
public class ConnectionPointWrapper
Constructors
Declaration
public ConnectionPointWrapper()
Properties
Declaration
public ConnectionPointSize ConnectionPointSize { get; set; }
Property Value
Declaration
public ConnectionPointType ConnectionPointType { get; set; }
Property Value
Declaration
public EndPointCollection Connections { get; set; }
Property Value
Declaration
public int ConnectionsLimit { get; set; }
Property Value
Declaration
public NodeWrapper Container { get; set; }
Property Value
Declaration
public bool DrawCentralPort { get; set; }
Property Value
Declaration
public FillStyleWrapper FillStyle { get; set; }
Property Value
Declaration
public PointF[] GraphicsPathPoints { get; set; }
Property Value
Type |
System.Drawing.PointF[] |
Declaration
public byte[] GraphicsPathTypes { get; set; }
Property Value
Declaration
public int ID { get; set; }
Property Value
Declaration
public bool InheritContainerMeasureUnits { get; set; }
Property Value
Declaration
public bool IsCentralPort { get; set; }
Property Value
Declaration
public LineStyleWrapper LineStyle { get; set; }
Property Value
Declaration
public MeasureUnits MeasureUnit { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public float OffsetX { get; set; }
Property Value
Declaration
public float OffsetY { get; set; }
Property Value
Declaration
public float PortHitPadding { get; set; }
Property Value
Declaration
public Position Position { get; set; }
Property Value
Declaration
public int Size { get; set; }
Property Value
Declaration
public object Tag { get; set; }
Property Value
Declaration
public bool Visible { get; set; }
Property Value
Declaration
public PortVisualType VisualType { get; set; }
Property Value
Methods
Declaration
public void Deserialize(ConnectionPoint connectionPoint)
Parameters
Declaration
public void Serialize(ConnectionPoint connectionPoint, bool skipContainer = false)
Parameters
Type |
Name |
Description |
ConnectionPoint |
connectionPoint |
|
System.Boolean |
skipContainer |
|
Declaration
public CentralPort ToCentralPort(ConnectionPoint connectionPoint)
Parameters
Returns