←Select platform

EnumerateDirection Property

Summary

Specifies the direction the engine will use when enumerating the elements.

Syntax

C#
VB
Java
Objective-C
C++
public SvgEnumerateDirection EnumerateDirection { get; set; } 
Public Property EnumerateDirection As Leadtools.Svg.SvgEnumerateDirection 
@property (nonatomic, assign) LTSvgEnumerateDirection enumerateDirection 
public SvgEnumerateDirection getEnumerateDirection() 
public void setEnumerateDirection(SvgEnumerateDirection direction) 
             

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly