FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.2.5" />

.NET API 15,777,792 bytes

 SelectedComponents

public class SelectedComponents
Holds the list of ComponentBase objects currently selected in the designer.
public int Count { get; }

Gets the number of selected objects.

public ComponentBase First { get; }

Gets the first selected object.

public void AlignBottom()

Aligns bottom edges of the selected objects.

public void AlignCenter()

Aligns centers of the selected objects.

public void AlignLeft()

Aligns left edges of the selected objects.

public void AlignMiddle()

Aligns middles of the selected objects.

public void AlignRight()

Aligns right edges of the selected objects.

public void AlignToGrid()

Aligns the selected objects to the grid.

public void AlignTop()

Aligns top edges of the selected objects.

public void CenterHorizontally()

Centers the selected objects horizontally.

public void CenterVertically()

Centers the selected objects vertically.

Decreases horizontal spacing between the selected objects.

Decreases vertical spacing between the selected objects.

Increases horizontal spacing between the selected objects.

Increases vertical spacing between the selected objects.

Removes horizontal spacing between the selected objects.

public void RemoveVerticalSpacing()

Removes vertical spacing between the selected objects.

public void SameHeight()

Makes the selected objects the same height as the first object.

public void SameSize()

Makes the selected objects the same size as the first object.

public void SameWidth()

Makes the selected objects the same width as the first object.

public void SizeToGrid()

Adjusts the size of selected objects to the grid.

public void SpaceHorizontally()

Spaces the selected objects horizontally.

public void SpaceVertically()

Spaces the selected objects vertically.