C#
VB
Java
Objective-C
C++
Sorting flags used when enumerating the elements of an SVG
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | Default | Default (left to right and top to bottom) |
| 0x00000000 | LeftToRight | Left to right |
| 0x00000000 | TopToBottom | Top to bottom |
| 0x00000001 | RightToLeft | Right to left |
| 0x00000002 | BottomToTop | Bottom to top |
Value for SvgSortOptions.SortFlags.