Class AlignmentChangedEventArgs
Class containing Alignment changed event args.
Inheritance
System.Object
AlignmentChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class AlignmentChangedEventArgs : EventArgs
Constructors
AlignmentChangedEventArgs(ICollection, Node)
Declaration
public AlignmentChangedEventArgs(ICollection elements, Node referenceNode)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.ICollection | elements | |
| Node | referenceNode |
Properties
Elements
Declaration
public ICollection Elements { get; }
Property Value
| Type |
|---|
| System.Collections.ICollection |
ReferenceNode
Declaration
public Node ReferenceNode { get; set; }
Property Value
| Type |
|---|
| Node |