Enumeration that is used to specify the drawing order for rows and columns
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum TableRenderingOrder |
| Visual Basic |
|---|
Public Enumeration TableRenderingOrder |
Members
| Member name | Description | ||
|---|---|---|---|
| ColumnsFirst | 0 | Draw columns, then rows | |
| RowsFirst | 1 | Draw rows, then columns |