Constant which can be used for
ArrangeRectangleRows(array<Rectangle2D>[]()[][], Rectangle2D, Double, RowAlignment)
.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum RowAlignment |
| Visual Basic |
|---|
Public Enumeration RowAlignment |
Members
| Member name | Description | ||
|---|---|---|---|
| Leading | 1 | Constant which can be used for ArrangeRectangleRows(array<Rectangle2D>[]()[][], Rectangle2D, Double, RowAlignment) . Rectangles in one row will be aligned with the leading edge. | |
| Trailing | 2 | Constant which can be used for ArrangeRectangleRows(array<Rectangle2D>[]()[][], Rectangle2D, Double, RowAlignment) . Rectangles in one row will be aligned to the trailing edge. | |
| Justified | 3 | Constant which can be used for ArrangeRectangleRows(array<Rectangle2D>[]()[][], Rectangle2D, Double, RowAlignment) . Rectangles in one row will be justified in the row. | |
| Center | 4 | Constant which can be used for ArrangeRectangleRows(array<Rectangle2D>[]()[][], Rectangle2D, Double, RowAlignment) . Rectangles in one row will be centered on the row. |