SvgSortFlags Enumeration
Summary
Sorting flags used when enumerating the elements of an SVG
Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()]
public enum SvgSortFlags
<FlagsAttribute()>
Public Enum SvgSortFlags
typedef NS_OPTIONS(NSUInteger, LTSvgSortFlags)
[FlagsAttribute()]
public enum class SvgSortFlags
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 |