←Select platform

EnumerateDirection Property

Summary
Specifies the direction the engine will use when enumerating the elements.
Syntax
C#
VB
Objective-C
C++
Java
public SvgEnumerateDirection EnumerateDirection { get; set; } 
Public Property EnumerateDirection As SvgEnumerateDirection 
@property (nonatomic, assign) LTSvgEnumerateDirection enumerateDirection 
public SvgEnumerateDirection getEnumerateDirection() 
public void setEnumerateDirection(SvgEnumerateDirection direction) 
public: 
property SvgEnumerateDirection EnumerateDirection { 
   SvgEnumerateDirection get(); 
   void set (    SvgEnumerateDirection ); 
} 

Property Value

The direction the engine will use when enumerating the elements. The default value is SvgEnumerateDirection.TopToBottom.

Example

For an example, refer to EnumerateElements.

Requirements

Target Platforms

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

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.