Class ConnectionTransformation
Connection transformation.
Inheritance
System.Object
ConnectionTransformation
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.Utility.Windows.dll
Syntax
public class ConnectionTransformation
Constructors
ConnectionTransformation()
Initializes a new instance of the ConnectionTransformation class.
Declaration
public ConnectionTransformation()
Properties
ConnectionParent
Gets or sets the connection parent.
Declaration
public XForm ConnectionParent { get; set; }
Property Value
Type | Description |
---|---|
XForm | The connection parent. |
FlipPoint
Gets or sets the flip point.
Declaration
public PointF FlipPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF | The flip point. |
Group
Gets or sets a value indicating whether this ConnectionTransformation is group.
Declaration
public bool Group { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PointGroup
Gets or sets the point group.
Declaration
public PointF PointGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF | The point group. |
ShapeFlip
Gets or sets the shape flip.
Declaration
public Matrix ShapeFlip { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.Matrix | The shape flip. |
ShapeRotate
Gets or sets the shape rotation.
Declaration
public Matrix ShapeRotate { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.Matrix | The shape rotate. |