
C# | Visual Basic | Visual C++ |
public enum RowAlign
Public Enumeration RowAlign
public enum class RowAlign

Member | Description |
---|---|
Top |
Do not justify the rows
|
JustifyUsingGap |
Justify the rows by increasing the vertical gap
|
JustifyUsingHeight |
Justify the rows by increasing the row height
|