←Select platform

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) 
public enum SvgSortFlags 
[FlagsAttribute()] 
public enum class SvgSortFlags  

Members
ValueMemberDescription
0x00000000Default Default (left to right and top to bottom)
0x00000000LeftToRight Left to right
0x00000000TopToBottom Top to bottom
0x00000001RightToLeft Right to left
0x00000002BottomToTop Bottom to top

Remarks

Value for SvgSortOptions.SortFlags.

Requirements

Target Platforms

See Also

Reference

Leadtools.Svg Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly