Class HeadEndPointWrapper
Inheritance
System.Object
HeadEndPointWrapper
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()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class HeadEndPointWrapper
Constructors
HeadEndPointWrapper()
Declaration
public HeadEndPointWrapper()
Properties
AllowMoveX
Declaration
public bool AllowMoveX { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowMoveY
Declaration
public bool AllowMoveY { get; set; }
Property Value
Type |
---|
System.Boolean |
InheritContainerMeasureUnits
Declaration
public bool InheritContainerMeasureUnits { get; set; }
Property Value
Type |
---|
System.Boolean |
Location
Declaration
public PointF Location { get; set; }
Property Value
Type |
---|
System.Drawing.PointF |
MeasureUnit
Declaration
public MeasureUnits MeasureUnit { get; set; }
Property Value
Type |
---|
MeasureUnits |
Port
Declaration
public ConnectionPointWrapper Port { get; set; }
Property Value
Type |
---|
ConnectionPointWrapper |
Methods
Deserialize(EndPoint)
Declaration
public void Deserialize(EndPoint point)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | point |
Serialize(EndPoint)
Declaration
public void Serialize(EndPoint point)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | point |