Enum AlignmentMode
Defines how the specified selected items are aligned when calling the align command.
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public enum AlignmentMode
Examples
private void OnAlignLeft()
{
diagram.SetAlign(AlignmentOptions.Left,null, AlignmentMode.Object);
}
Fields
| Name | Description |
|---|---|
| Object | Aligns the selected objects based on the first object in the selected list. |
| Selector | Aligns the selected objects based on the selection boundary. |