←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly