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